According to Wilko Bulte:
> Is there any way, short of running a fresh cvs co, to correct this?
*NOT TESTED*
Something along the lines of
perl -ni -e 's</old/path></new/path>' **/{Root,Repository} (if using zsh)
or
find . \( -name Root -o -name Repository \) -path \*CVS\* | xargs perl -ni ...
if not.
--
Ollivier ROBERT -=- FreeBSD: The Power to Serve! -=- [EMAIL PROTECTED]
FreeBSD keltia.freenix.fr 4.0-CURRENT #77: Thu Dec 30 12:49:51 CET 1999
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message