Search Results

2
votes

Is there a source-control system that allows tracking of file name changes?

In svn, use svn mv. See also: http://subversion.tigris.org/faq.html#case-change in the FAQ. …
1
vote

Which is more popular (currently, by recent install base) SVN or CVS?

I don't know about "installed base", but from the (large) number of developers I know from the internet, SVN is quite popular, unlike CVS; but Git is quickly coming up as a possible new favorite. …