Tag Archives: cvs

Migrating to Mercurial

I have been wrestling with converting my old source code projects to a modern source control system and in some cases source control at all. At one point, I tried using a converter from CVS to Subversion, with lousy results. … Continue reading

Posted in Computers, howto | Tagged , , , , | Leave a comment

Changing CVS roots in existing checkouts

SO I got a chunk of CVS and the server has been moved. See this for the Unix version. I am on windows, with no Cygwin (in this machine). use strict; use Cwd; use File::Find; use File::Copy; use File::Basename; my … Continue reading

Posted in Software | Tagged , , | Leave a comment