any scripts to extract a cvs archive over time and move it into svn?
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 effect开发者_运维知识库ively migrate the entire project history onto the new version system
The cvs2svn project does this quite well, and also converts to git and others.
http://cvs2svn.tigris.org/servlets/ProjectDocumentList?folderID=2976
精彩评论