Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Jan 2000 13:29:47 +0100
From:      Ollivier Robert <roberto@keltia.freenix.fr>
To:        FreeBSD hackers list <FreeBSD-hackers@freebsd.org>
Cc:        Wilko Bulte <wilko@yedi.iaf.nl>
Subject:   Re: moving CVS repository
Message-ID:  <20000109132947.A30997@keltia.freenix.fr>
In-Reply-To: <20000109124420.A60996@yedi.iaf.nl>; from wilko@yedi.iaf.nl on Sun, Jan 09, 2000 at 12:44:20PM %2B0100
References:  <20000109124420.A60996@yedi.iaf.nl>

next in thread | previous in thread | raw e-mail | index | archive | help
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! -=- roberto@keltia.freenix.fr
FreeBSD keltia.freenix.fr 4.0-CURRENT #77: Thu Dec 30 12:49:51 CET 1999



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-hackers" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000109132947.A30997>