From owner-freebsd-questions Thu Jan 24 10:58:54 2002 Delivered-To: freebsd-questions@freebsd.org Received: from maila.telia.com (maila.telia.com [194.22.194.231]) by hub.freebsd.org (Postfix) with ESMTP id 1102D37B402 for ; Thu, 24 Jan 2002 10:58:44 -0800 (PST) Received: from d1o913.telia.com (d1o913.telia.com [195.252.44.241]) by maila.telia.com (8.11.6/8.11.6) with ESMTP id g0OIwfb19486 for ; Thu, 24 Jan 2002 19:58:41 +0100 (CET) Received: from falcon.midgard.homeip.net (h185n2fls20o913.telia.com [212.181.163.185]) by d1o913.telia.com (8.8.8/8.8.8) with SMTP id TAA13536 for ; Thu, 24 Jan 2002 19:58:41 +0100 (CET) Received: (qmail 28704 invoked by uid 1001); 24 Jan 2002 18:58:37 -0000 Date: Thu, 24 Jan 2002 19:58:37 +0100 From: Erik Trulsson To: collinsm@surfeu.de Cc: freebsd-questions@freebsd.org Subject: Re: cvs checkout problem Message-ID: <20020124185837.GA28690@student.uu.se> Mail-Followup-To: collinsm@surfeu.de, freebsd-questions@freebsd.org References: <02012419464902.03051@bear.mmc.private> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <02012419464902.03051@bear.mmc.private> User-Agent: Mutt/1.3.25i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, Jan 24, 2002 at 07:46:49PM +0100, collins wrote: > Hallo, > > I'm trying to checkout the /usr/ports with the command: > > cvs checkout -r RELENG_4_4_0_RELEASE ports > > The directory /usr/ports is created and the sources are checked out. The > trouble is that directly after a subdirectory such as "archivers" gets > created and filled with files it's deleted again. So I end up with just the > one ports directory /usr/ports/x11-wm at the end of the process. > > Anybody know what's wrong here. I was able to checkout the /usr/src tree > without any problem. You are using the wrong tag for ports. If you really want the 4.4-RELEASE ports tree you should use cvs checkout -r RELEASE_4_4_0 ports instead. (src and ports use different tags. Also remember that the ports tree is not branched so there are no division into -stable and -currrent ports) -- Erik Trulsson ertr1013@student.uu.se To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message