> Summary: can anyone recommend a good multi-user version control system > with Windows and Unix support, that runs in an acceptable time on a WAN, > which supports binary files? > > cvs almost fits the bill, but I need to store Delphi source files in it, > half of which are binary. I would also like a Windows front end for some > of our users, but that's not essential.
I use CVS at work to manage several projects. It *is* capable of storing binary files--use the -kb option to cvs add. My only gripe with it is that it doesn't restore timestamps correctly. There is a Windows GUI frontend for CVS, but in my experience those things hardly ever get used. "Real" developers just stick version control commands in their IDEs' "Tools" menu, or use a DOS prompt. -Jon Burchmore