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

Re: [TSVN] Checkout only certain sub-folders

From: Sams Niko <ns_at_vivid-planet.com>
Date: 2005-05-09 17:38:01 CEST

> is there a way I can 'Checkout' only selected Subfolders that reside within
> one main folder without having to Check them out individually or performing one
> big Checkout that will bring across all the folders?
>
> For example, if I have my main folder called, 'Main', and within this folder I
> have three other folders, 'Folder_1', 'Folder_2', and 'Folder_3'. If I only
> wanted to Checkout 'Folder_1' and 'Folder_3' in one go, and not Checkout
> 'Folder_2', how can I do this in TSVN?
>
using the commandline you could do:
svn co svn://foo/trunk/Main Main --non-recursive
cd Main
svn up Folder_1
svn up Folder_3

and then continue working with tsvn on your repository.

niko

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Mon May 9 18:19:46 2005

This is an archived mail posted to the TortoiseSVN Dev mailing list.

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