Tom Lane writes:

> Wouldn't you have to apply this change in *every* /CVS subdirectory of
> the tree?  A fresh checkout seems easier.

I just ran this on my tree:

find -name Root -exec perl -pi -e 
's,:pserver:([a-z]+)\@postgresql.org:/home/projects/pgsql/cvsroot,:pserver:\1\@cvs.postgresql.org:/cvsroot,'
 '{}' ';'
find -name Repository -exec perl -pi -e 
's,/home/projects/pgsql/cvsroot/(.*),/cvsroot/\1,' '{}' ';'

and it looks like it didn't botch.

-- 
Peter Eisentraut   [EMAIL PROTECTED]   http://funkturm.homeip.net/~peter


---------------------------(end of broadcast)---------------------------
TIP 2: you can get off all lists at once with the unregister command
    (send "unregister YourEmailAddressHere" to [EMAIL PROTECTED])

Reply via email to