HEADS UP: CVS Root location has changed

Matthias Andree matthias.andree at gmx.de
Mon May 15 12:15:00 CEST 2006


Greetings,

as the result of SourceForge.net restructuring their CVS services after
serious issues they've had over the past weeks, the CVS hosts have
changed again. It used to be cvs.sourceforge.net, and is now
bogofilter.cvs.sourceforget.net.

In order to switch an existing repository to the new location (no
network access or re-checkout needed),

1. make sure your system has Perl installed (most do)

2. cd to the top-level of your working directory (the one with
   RELEASE.NOTES, NEWS and configure.ac)

3. Run this command (make sure there is no blank after the "-i \"!):

   perl -ple 's/\@(cvs\.sourceforge\.net)/\@bogofilter.\1/' -i \
   $(find .  -name CVS | xargs -i find '{}' -name Root)

Happy filtering,

-- 
Matthias Andree



More information about the bogofilter-dev mailing list