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.
Svk Rescued Me (Score:1)
I like svk. I pulled a lot of old versions of my modules off of Backpan, created an svk repository for them, and extracted each old version one at a time into the appropriate directory, updating svk each time. It's a process almost worth automating.
(The only trick is that the modules beneath directories containing version numbers, but a simple rename worked just fine.)
svn_load_dirs.pl (Score:2)
Re:svn_load_dirs.pl (Score:1)
Once again I regret not procrastinating!
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 ta
Re:cvs2svn (Score:2)
-Dom