HEADS UP: CVS Root location has changed

David Relson relson at osagesoftware.com
Mon May 15 13:30:02 CEST 2006


On Mon, 15 May 2006 12:15:00 +0200
Matthias Andree wrote:

> 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

Anonymous CVS at Sourceforge has been down a month or so.  It's good to
have it back.  Bogofilter has been very stable during the outage so
there are very few changes.

Find and sed provide an alternate way to make the change (useful should
you not have perl installed) is:

find . -name Root | xargs -l1 sed -i.bk -e 's/@cvs/@bogofilter.cvs/'

Regards,

David




More information about the bogofilter-dev mailing list