From owner-freebsd-questions@FreeBSD.ORG Mon Nov 22 15:15:04 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0C1BA16A4CE for ; Mon, 22 Nov 2004 15:15:04 +0000 (GMT) Received: from aiolos.otenet.gr (aiolos.otenet.gr [195.170.0.23]) by mx1.FreeBSD.org (Postfix) with ESMTP id BB09043D5A for ; Mon, 22 Nov 2004 15:13:47 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from orion.daedalusnetworks.priv (aris.bedc.ondsl.gr [62.103.39.226])iAMFDjkq015919; Mon, 22 Nov 2004 17:13:46 +0200 Received: from orion.daedalusnetworks.priv (orion [127.0.0.1]) iAMFDieJ005191; Mon, 22 Nov 2004 17:13:44 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost)iAMFDADK005106; Mon, 22 Nov 2004 17:13:10 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Date: Mon, 22 Nov 2004 17:13:10 +0200 From: Giorgos Keramidas To: Choy Kho Yee Message-ID: <20041122151310.GA5060@orion.daedalusnetworks.priv> References: <039B47B8-3C8F-11D9-88AE-000A95BE58A4@tf7.so-net.ne.jp> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <039B47B8-3C8F-11D9-88AE-000A95BE58A4@tf7.so-net.ne.jp> cc: freebsd-questions@freebsd.org Subject: Re: Re-importing a project into CVS? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Nov 2004 15:15:04 -0000 On 2004-11-22 23:01, Choy Kho Yee wrote: > Hi, I mistakenly imported a project into my local cvs repository. > I would like to delete the project in the repository and re-import it. > Can I simply delete the directory of the project under the CVSROOT > and re-import the project? Yes. In general that's ok. As long as nobody has started using the imported stuff already :-) You may want to erase CVSROOT/history records too, or log files created by the import. That depends on the local CVSROOT setup though.