From owner-freebsd-hackers Sun Jan 9 4:23:59 2000 Delivered-To: freebsd-hackers@freebsd.org Received: from lindt.urgle.com (lindt.urgle.com [195.173.172.169]) by hub.freebsd.org (Postfix) with ESMTP id 1E35A14C3F for ; Sun, 9 Jan 2000 04:23:57 -0800 (PST) (envelope-from mike@urgle.com) Received: from mike by lindt.urgle.com with local (Exim 3.03 #1) id 127HNy-0008cL-00; Sun, 09 Jan 2000 12:23:54 +0000 Date: Sun, 9 Jan 2000 12:23:54 +0000 From: Mike Bristow To: Wilko Bulte Cc: FreeBSD hackers list Subject: Re: moving CVS repository Message-ID: <20000109122354.A33101@lindt.urgle.com> References: <20000109124420.A60996@yedi.iaf.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <20000109124420.A60996@yedi.iaf.nl>; from wilko@yedi.iaf.nl on Sun, Jan 09, 2000 at 12:44:20PM +0100 X-Rated: LSD, insider dealing Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, Jan 09, 2000 at 12:44:20PM +0100, Wilko Bulte wrote: > In the course of reorganising my disks I moved my local CVS repository > from /local/CVSfoo to /local2/CVSfoo > > This has the side-effect(?) that all sources checked out from the 'old' > repository location have references to /local/CVSfoo whereas cvs update > obviously wants to have the references to /local2/CVSfoo. One way to do this would be to: cd /local ln -s CVSfoo ../local2/CVSfoo And the tell your users that they have a week/month/whatever to recheckout all their working sources. > Wilko (who is not a cvs guru by any standard ;-) Me neither, there's probably a better method (I'd guess that you can frib some the files in CVS/ in the working direcrory, but I can't experiment or read the docs for assorted reasons right now) -- Mike Bristow, Geek At Large ``Beware of Invisible Cows'' To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message