From owner-freebsd-questions Sun Mar 25 17:10:21 2001 Delivered-To: freebsd-questions@freebsd.org Received: from public.ndh.com (public.ndh.net [195.94.90.21]) by hub.freebsd.org (Postfix) with ESMTP id 630A337B727 for ; Sun, 25 Mar 2001 17:10:12 -0800 (PST) (envelope-from t.seck@ndh.net) Received: from basildon (port2162.duesseldorf.ndh.net [195.227.37.162]) by public.ndh.com (8.9.3/8.8.0) with ESMTP id DAA24743 for ; Mon, 26 Mar 2001 03:10:09 +0200 (MET DST) Envelope-to: freebsd-questions@freebsd.org Received: from tmseck by basildon with local (Exim 3.22 #1) id 14hLX9-0000W3-00 for freebsd-questions@freebsd.org; Mon, 26 Mar 2001 03:10:59 +0200 Date: Mon, 26 Mar 2001 03:10:59 +0200 From: Thomas Seck To: freebsd-questions@freebsd.org Subject: Re: Checking out ports from local cvs repo produces "old layout" errs Message-ID: <20010326031059.A1767@basildon> References: <20010325160950.A1508@basildon> <20010325141948.A45772@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010325141948.A45772@xor.obsecurity.org>; from kris@obsecurity.org on Sun, Mar 25, 2001 at 02:19:48PM -0800 Organization: private site in Germany X-PGP-KeyID: DF46EE05 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi Kris, On Mar 25 2001, Kris Kennaway wrote: > On Sun, Mar 25, 2001 at 04:09:50PM +0200, Thomas Seck wrote: > > Hi all, > > > > as stated in the subject, I am probably to stupid to check out ports > > properly from my local cvs repo. > > > > This is what I tried so far (leafnode+ is my test case): > > > > cvs -R -d /usr/home/ncvs checkout -P ports/news/leafnode+ > > cvs [...] checkout -Pd [...] > > -d means "delete empty directories" Hmm, does not work for me (cvs 1.11, 4.3-RC). -Pd errors with "must specify at least one module or directory"; according to cvs(1), -d specifies an alternate directory to checkout into. `checkout -P -d leafnode ports/news/leafnode+' indeed populates /leafnode. -P alone _should_ work, but does not, at least not for me :( But I guess I found the error: I probably ran into the problem that my local repo (initially taken from the German 4.0-R CD) was not properly updated by cvsup, i.e. the pkg paths had not been removed. Cheers, Thomas Seck To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message