28 Jun
2009
28 Jun
'09
2:54 p.m.
On Sun, Jun 28, 2009 at 3:36 AM, Loui Chang<louipc.ist@gmail.com> 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: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/' {} \;
Still got the wrong host :) find -name Root -exec sed -i 's/^:pserver.*/:ext:USER@aur.archlinux.org:\/srv\/cvs\/community/' {} \;