28 Jun
2009
28 Jun
'09
8:36 a.m.
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:USER@archlinux.org:/srv/cvs/community/' {} \;
Oops that line should be: find -name Root -exec sed -i 's/^:pserver.*/:ext:USER@archlinux.org:\/srv\/cvs\/community/' {} \; Cheers!