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