On Sun 28 Jun 2009 04:08 -0400, Loui Chang wrote: > The quick way of changing your CVSROOT > cd to directory with community checkout: > find -name Root -exec sed -i > 's/^:pserver.*/:ext:[email protected]:/srv/cvs/community/' {} \;
Oops that line should be: find -name Root -exec sed -i 's/^:pserver.*/:ext:[email protected]:\/srv\/cvs\/community/' {} \; Cheers!
