From owner-freebsd-questions@FreeBSD.ORG Wed Nov 21 22:49:05 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 E3B1CCE2 for ; Wed, 21 Nov 2012 22:49:05 +0000 (UTC) (envelope-from fbsd8@a1poweruser.com) Received: from mail-03.name-services.com (mail-03.name-services.com [69.64.155.195]) by mx1.freebsd.org (Postfix) with ESMTP id B88348FC0C for ; Wed, 21 Nov 2012 22:49:05 +0000 (UTC) Received: from [10.0.10.3] ([173.88.197.103]) by mail-03.name-services.com with Microsoft SMTPSVC(6.0.3790.4675); Wed, 21 Nov 2012 14:49:06 -0800 Message-ID: <50AD5A63.7030603@a1poweruser.com> Date: Wed, 21 Nov 2012 17:49:07 -0500 From: Fbsd8 User-Agent: Thunderbird 2.0.0.17 (Windows/20080914) MIME-Version: 1.0 To: Paul Schmehl Subject: Re: csup to svn References: <201211211618.qALGInRp081114@mech-cluster241.men.bris.ac.uk> <50AD14CE.2010509@a1poweruser.com> <20121121180400.950f6b1dcabbe2440288e388@sohara.org> <3B50A6720621F0F754D795F3@utd71538.campus.ad.utdallas.edu> In-Reply-To: <3B50A6720621F0F754D795F3@utd71538.campus.ad.utdallas.edu> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 21 Nov 2012 22:49:06.0327 (UTC) FILETIME=[69430270:01CDC83A] X-Sender: fbsd8@a1poweruser.com X-Authenticated-Sender: fbsd8@a1poweruser.com X-EchoSenderHash: [fbsd8]-[a1poweruser*com] Cc: freebsd-questions@freebsd.org 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 22:49:06 -0000 Paul Schmehl wrote: > --On November 21, 2012 6:04:00 PM +0000 Steve O'Hara-Smith > wrote: > >> 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. > > No! This will create an apache22 port in /usr/ports/www/apache22/apache22! > > You want to checkout the port while you're in the category directory. > > IOW, cd /usr/ports/www && svn co blah blah blah > > If you want to do a category, cd /usr/ports/ && svn co > svn://svn.freebsd.org/ports/head/www > > > 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. > > > Yeap thats the ticket. I tested this and it works also svn co svn://svn.freebsd.org/ports/head/misc/ytree /usr/ports/misc/ytree Don't have to change into target directory. Another question csup has category called "base" that checkouts all the pieces parts making up the ports "make" environment. svn has no category called "base" What is base called in svn category?