The SourceForge CVS is now online again, but they have restructured the
CVS service somewhat and you may need to update the CVS root of your
working directory before it's accessible again.
The official repository address is
cvs.devel.squid-cache.org:/cvsroot/squid
but temporarily due to the restructuring you may need to use
squid.cvs.sourceforge.net:/cvsroot/squid
(this should get fixed later today).
Unfortunately it looks like some revisions have been lost in the disc
crash. So please save a backup of your working directory if you have
committed stuff in the last weeks. If you need help or advice on how to
salvage your work then contact me.
Moving to the new CVS server address can be done in two different ways
a) Move away your current working directories and check out new copies.
b) Update CVS/Root in each directory to indicate the correct address.
#!/bin/sh
echo "username@cvs.devel.squid-cache.org:/cvsroot/squid" >CVS-Root
find "$@" -name Root -print | while read f; do ln -f CVS-Root $f; done
rm CVS-Root
Regards
Henrik
This archive was generated by hypermail pre-2.1.9 : Thu Jun 01 2006 - 12:00:04 MDT