We’re migrating to svn, but once we do, our code history won’t be available without looking separately at the old cvs codebase. I was wondering if there is a fairly easy way to extract individual changes made in CVS one at a time, and apply them to svn, so we effectively migrate the entire project history onto the new version system
Share
The cvs2svn project does this quite well, and also converts to git and others.
http://cvs2svn.tigris.org/servlets/ProjectDocumentList?folderID=2976