Here are some issues to consider. Yes, I am looking hard at some sort of versoin management facility to prevent some of this "lost effort"Steve Maughan wrote:Slightly off topic but I've been using DropBox to manager my documents and code across different machines. I'm really impressed by it - it also runs on Windows, Apple and Linux. Take a look at www.getdropbox.com.bob wrote:... had been lost, probably in copying files around to different machines
Best regards,
Steve
1. I do most of my work on my laptop. But for obvious reasons I do not want the "master copy" to reside there, as laptops are stolen or lost or damaged every day. But I want the source handy to work on when the opportunity arises. And it might arise with no way to connect to my office machine if there is no wireless access handy.
2. I do some of my development on my office box, which is a secure machine with redundant everything, although it is fairly old at a 2 x 2.8ghz xeon box, but it has 8 15K SCSI drive and is as fast as they come with respect to disk I/O like tablebases and such. That is the natural place to house the master copy and that is what I currently do.
3. for automated backups, I keep copies of some files on our "nfs-mount home directories" although my office machine does not currently mount those directories as I don't want to depend on them and when they are down I can't do anything at all.
So there are three places I want the files, and therein lies a problem. Checking source out to keep on my laptop is problematic since I can't then modify anything on my office machine, even though no changes have been made on my laptop.
I am looking at options, but want something that doesn't take a lot of effort to make it work, which isn't obtrusive to the development process, etc. My office box is behind a firewall which will not "pass thru" any network accesses that directly go to my office machine, for security reasons. A version management system that works inside a LAN is not so bad, but I am not "inside" a LAN all the time and I don't want to have to jump thru lots of hoops to do a quick change if possible.
Suggestions welcome of course...