On Sun, Jun 28, 2009 at 3:36 AM, Loui Chang<[email protected]> wrote: > 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/' {} \;
Still got the wrong host :) find -name Root -exec sed -i 's/^:pserver.*/:ext:[email protected]:\/srv\/cvs\/community/' {} \;
