Quote:
What source management systems do you guys recommend? We've taken a brief look at CVS and read notes about others like Subversion. I know either can be used for small projects as well as larger ones (for example, Apple uses CVS as far as I know). At ATI they use Perforce.

We currently use CVS but are likely to switch to Subversion at some point. At ~60,000 files in the principal module, we've about hit CVS's scalability limits -- tagging takes half an hour, and locks out every other user for the whole period. Subversion's whole-repository-version and atomic changeset stuff would be nice to have, too.

Peter