Tag Archives: perl

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