I’ve got an odd synch issue on my hands and I was hoping someone could help me out.
I’m a single developer that works on two machines (desktop at home and laptop on the go). I’ve been trying to set up a synch system for my project. Originally I had been just copying the file back and forth between the two machines, but that started to become impractical so I set up a subversion repository. I updated the repository with the latest version from my desktop and then went to my laptop to download the file. When I downloaded the file, it’s different. I can tell because I modified the scripts on the player controller (combined several script into one). Oddly enough, it looks like an older version of the file I had been working on my desktop, but it’s not the same because the combined script I created is there, it’s just not added to the player controller like it is on my desktop.
I thought that I must have uploaded the wrong file, so I did it again. Same result. So I then downloaded the copy from subversion repository to my desktop to see what I got and I got the exact file I had been editing earlier.
Any idea what’s going on here? Is there some sort of cache that’s stored on the local machine or are there references that aren’t copied when I copy the project folder?
Thanks,
Pat