[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: Simon Large <slarge_at_slarge.plus.com>
Date: 2005-05-09 18:38:07 CEST

Sams Niko wrote:
>> 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.

Doesn't really work that well. Check this thread:

http://svn.haxx.se/tsvn/archive-2005-04/0421.shtml

Simon

-- 
       ___
  oo  // \\      "De Chelonian Mobile"
 (_,\/ \_/ \     TortoiseSVN
   \ \_/_\_/>    The coolest Interface to (Sub)Version Control
   /_/   \_\     http://tortoisesvn.tigris.org
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Mon May 9 19:02:59 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.