From owner-freebsd-questions Fri Feb 1 12:59:59 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smtp02.iafrica.com (smtp02.iafrica.com [196.7.0.140]) by hub.freebsd.org (Postfix) with ESMTP id 5C93037B405 for ; Fri, 1 Feb 2002 12:59:57 -0800 (PST) Received: from 196-31-87-52.nwl.dial.uunet.co.za ([196.31.87.52] helo=galileo.writeclick.co.za) by smtp02.iafrica.com with esmtp (Exim 3.20 #1) id 16Wkml-000Pud-00 for freebsd-questions@freebsd.org; Fri, 01 Feb 2002 22:59:54 +0200 Received: from [192.168.0.3] (helo=davinci.writeclick.co.za) by galileo.writeclick.co.za with esmtp (Exim 3.34 #1) id 16Wkf8-000GI7-00; Fri, 01 Feb 2002 22:51:58 +0200 Received: from marcus by davinci.writeclick.co.za with local (Exim 3.952 #1) id 16Wker-000BkT-00; Fri, 01 Feb 2002 22:51:41 +0200 Date: Fri, 1 Feb 2002 22:51:41 +0200 From: Marcus Collins To: Joe & Fhe Barbish Cc: freebsd-questions@FreeBSD.ORG Subject: Re: cvsup port=www Message-ID: <20020201225139.A45058@davinci.writeclick.co.za> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: ; from barbish@a1poweruser.com on Fri, Feb 01, 2002 at 03:31:54PM -0500 Organisation: writeclick productions X-URL: http://www.writeclick.co.za/ 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 Fri, 1 Feb 2002 at 15:31:54 -0500, Joe & Fhe Barbish wrote: > IS there a way to cvsup just one port directory in a port group? > Like port directory apache13 in port group www. Have a look at portcheckout(1) (install from the devel/portcheckout port). It automates this for you. Using it, you'd do something like: # portcheckout apache13 | sh and it would do the necessary cvs checkouts. hth -- Marcus To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message