NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
cvs2svn (Score:2)
The main problem is the time. It was pretty quick for my home repository, but the one at work took several hours and resulted in over 35,000 commits.
-Dom
Re:cvs2svn (Score:2)
I also recently did a conversion of a 500 meg (compressed) CVS work repo spanning about half a decade of development. Took just 2 hours to dump resulting in an 800 meg dump file and about an hour to load. 27,000 revisions. It did an excellent job of finding all the branches and tags and even dealt with all the hacking and shifting around of RCS files they've done over the years.
And then the joys of being able to rename and delete directories begin.
Reply to This
Parent
Re:cvs2svn (Score:2)
-Dom