Right there was an extra line return added by an e-mail client. Now if I use:
~/glob2 $ find . -name "Root" -exec sed -i.sed
's/subversions.gnu.org:\/cvsroot/cvs.sv.gnu.org:\/sources/g' {} \;
~/glob2 $ cvs up
CVS moved to cvs.savannah.[non]gnu.org
Check http://savannah.gnu.org/forum/forum.php?forum_id=4168 for details.
Anonymous access over SSH is replaced by the (more efficient) pserver.
cvs [update aborted]: end of file from server (consult above messages if any)
~/glob2 $ cat CVS/Root
[EMAIL PROTECTED]:/cvsroot/glob2
I think it should be this:
[EMAIL PROTECTED]:/cvsroot/glob2
or
cvs.savannah.nongnu.org:/cvsroot/glob2
If case you have the same problem, this line found on
http://savannah.gnu.org/forum/forum.php?forum_id=4168
will work:
find -path '.*/CVS/Root' -print0 | xargs -0 perl -i -p -e 's/[EMAIL
PROTECTED]/[EMAIL PROTECTED]/'
_______________________________________________
glob2-devel mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/glob2-devel