From: Andrew Hunt: > Dave writes: > > Conrad Schneiker writes: > > > >> BTW, is there a 1.5.3 tarball around somewhere that I overlooked, or do you > >> just extract from CVS (which I'm not presently familiar with)? > > > >The CVS stuff is really very easy to use, and has the advantage that > >you pick up updates incrementally. You can pick up CVS for a variety > >of platforms from cyclic.com. > > Off-topic, but... > > CVS keeps track of what archive was used for which directory, so, for > instance, I can use the same command ("cvs update") in one directory > and it will fetch files from my local network. I cd to another project > directory and the same command magically retrieves the latest files from > Dave's machine a half-a-country away (transparently encrypted over the > net, by the way). I go to my Ruby directory and I can get the latest > files a half-a-world away (anonymous and not encrypted). Andy, Dave, OK, you've (tentatively) sold me on it. I've seen it mentioned quite a bit in connection with various GNU projects, so I've been wanting to check it out. I probably won't get a chance to look in to this (not to mention some other previous performance related issues I wanted to check out) until this weekend, but I'll definitely check into it. Thanks for the info. Conrad