From owner-freebsd-questions@FreeBSD.ORG Wed Nov 21 18:04:14 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DA9E2454 for ; Wed, 21 Nov 2012 18:04:14 +0000 (UTC) (envelope-from ateve@sohara.org) Received: from uk1rly2283.eechost.net (relay01a.mail.uk1.eechost.net [217.69.40.75]) by mx1.freebsd.org (Postfix) with ESMTP id 954188FC08 for ; Wed, 21 Nov 2012 18:04:14 +0000 (UTC) Received: from [31.186.37.179] (helo=rpi-1.marelmo.com) by uk1rly2283.eechost.net with esmtpa (Exim 4.72) (envelope-from ) id 1TbEfU-0005Si-NJ for freebsd-questions@freebsd.org; Wed, 21 Nov 2012 18:05:00 +0000 Received: from [192.168.63.1] (helo=steve.marelmo.com) by rpi-1.marelmo.com with smtp (Exim 4.72) (envelope-from ) id 1TbEfQ-00042U-1A for freebsd-questions@freebsd.org; Wed, 21 Nov 2012 18:04:56 +0000 Date: Wed, 21 Nov 2012 18:04:00 +0000 From: Steve O'Hara-Smith To: freebsd-questions@freebsd.org Subject: Re: csup to svn Message-Id: <20121121180400.950f6b1dcabbe2440288e388@sohara.org> In-Reply-To: <50AD14CE.2010509@a1poweruser.com> References: <201211211618.qALGInRp081114@mech-cluster241.men.bris.ac.uk> <50AD14CE.2010509@a1poweruser.com> X-Mailer: Sylpheed 3.2.0 (GTK+ 2.24.6; amd64-portbld-freebsd9.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Auth-Info: 15567@permanet.ie (plain) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Nov 2012 18:04:15 -0000 On Wed, 21 Nov 2012 12:52:14 -0500 Fbsd8 wrote: > You missed to whole point of my question. > I don't want to maintain the WHOLE ports tree. > I only want to download selected single port. > My current ports tree only has 2 ports, apache22 and php5. > So your reply did not answer my question. > Thanks any how. This works svn co svn://svn0.us-east.freebsd.org/ports/head/www/apache22 . If you do it in /usr/ports/www/apache22 then the port winds up in a sane place. Once you have it you can do svn up in /usr/ports/www/apache22 to update it. This will probably become intolerably clumsy for more than a handful of ports. -- Steve O'Hara-Smith