On Fri, 16 Apr 2004, Kevin Flanagan wrote: > We have Systems Engineers, like me, Tech Writers, and a few programmers, > that need revision control of C++ code, scripts, documents, etc.
CVS +1 I'm a huge fan of CVS. It's well supported on just about every platform. GUI tools exist to ease your command-line-fearing users. Plus it plugs right into Eclipse. Just be sure to put your documents in a different module. Those binarys can really slow down a code checkout if they're in the same module. So I guess my vote is really "Use CVS if it's mostly code" if it's binary docs then CVS isn't so useful. -bp -- TriLUG mailing list : http://www.trilug.org/mailman/listinfo/trilug TriLUG Organizational FAQ : http://trilug.org/faq/ TriLUG Member Services FAQ : http://members.trilug.org/services_faq/ TriLUG PGP Keyring : http://trilug.org/~chrish/trilug.asc
