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

How to checkout partial directories in a project?

From: Liu Yubao <yubao.liu_at_gmail.com>
Date: 2006-09-13 05:25:47 CEST

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.

Test with TortoiseSVN 1.3.5, Build 6804 - 32 Bit.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: users-help@tortoisesvn.tigris.org
Received on Wed Sep 13 05:27:02 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.