newsSavannah Administration - News

 
 

How to change an existing anymous checkout to use the new SSH anonymous method.

Item posted by Rudy Gevaert <rudy> on Sat 10 Jan 2004 06:50:22 PM UTC.

Thanks to Brian Gough for this:

Just a thought that it might be useful to provide some instructions for users on how to convert an existing anonymous checkout to use the new SSH anonymous method. If they have made local changes it saves losing them.
 
Something like
 
find . -path '*/CVS/Root' | xargs perl -i -p -e 's/:pserver:/:ext:/'
 
in the checked-out directory does the job.

Back to the top

Powered by Savane 3.13-4448.
Corresponding source code