[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Different subsets in the same directory

From: Tino Schwarze <subversion.lists_at_tisc.de>
Date: Thu, 30 Jun 2011 13:49:51 +0200

On Mon, Jun 27, 2011 at 09:11:46PM +0200, Cecil Westerhof wrote:
> Say I have 5 sets of shell-scripts (A, B, C, D and E). On one computer
> I want all in ~/bin, on another I want A and B in ~/bin, on another I
> want A, C and D in ~/bin, etc.
> Is there a best practise to do this, or should I make several
> sub-directories in ~/bin?

If you only checkout, say, once in 5 years, then do it like this:

svn checkout --depth=empty $YOUR_REPO/scripts ~/bin
cd ~/bin
svn up A B C

That will check out only A B and C there and only care about these.

HTH,

Tino.

-- 
"What we nourish flourishes." - "Was wir nähren erblüht."
www.tisc.de
Received on 2011-06-30 13:50:25 CEST

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.