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

RE: Re: How to checkout partial directories in a project?

From: <SebastianUnger_at_eaton.com>
Date: 2006-09-13 07:13:38 CEST

The idea behind this sort of thing is to NOT have to get the rest of the repo in the first place. So the switch trick isn't really answering Liu's question!

I have tried before to get an answer for this from the list, but did get nothing except the old "non-recursive is broken" stuff. I've read through the description and decided, that what I use it for is perfectly OK (and it certainly has worked for me for over a year now). Unfortunately this seems to be an operation the the tortoise GUI simply can't do, so I use a command line client to do that.

Seb

-----Original Message-----
From: Stefan Küng [mailto:tortoisesvn@gmail.com]
Sent: Wednesday, 13 September 2006 4:51
To: users@tortoisesvn.tigris.org
Subject: Re: How to checkout partial directories in a project?

On 9/13/06, Liu Yubao <yubao.liu@gmail.com> wrote:
> My example repos:
> /trunk/A/a
> /trunk/B/b
> /trunk/C/c
>
> I want to check out A and B, with svn I can do:
> svn co -N http://xxx/trunk/ work # get work/.svn
> cd work # 'svn ls' shows the tree in repos, 'svn
> status' shows nothing
> svn update A B # get A/a, B/b, A/.svn, B/.svn
>
> but I don't find the way to do the third step with TortoiseSVN, and I
> wouldn't like to check out A and B individually as I can't commit a
> patch across A and B.

Sending your mail to one list would have been enough.

http://tortoisesvn.net/node/237

Stefan

-- 
       ___
  oo  // \\      "De Chelonian Mobile"
 (_,\/ \_/ \     TortoiseSVN
   \ \_/_\_/>    The coolest Interface to (Sub)Version Control
   /_/   \_\     http://tortoisesvn.net
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: users-help@tortoisesvn.tigris.org
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: users-help@tortoisesvn.tigris.org
Received on Wed Sep 13 07:16:46 2006

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

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