Since Apple ate my hard drive I lost my CVS repository leaving me with only the few projects I'd imported into SVN. So I've been holding off working on most of my other CPAN modules until my repo is restored.
I just recovered a rather old repository off an old drive and I think this is the best its going to get. Its from May 2002. That might seem really old but its newer than about half my modules. The rest I'll just have to write up as a loss and import into SVN fresh from CPAN.
What all this means is I can start updating old modules again.
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