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

How do I check out a subset of directories

From: Jones, Clyde C. <clyde.jones_at_thermo.com>
Date: 2006-05-10 21:15:56 CEST

Hi all
 I am running subversion version 1.3.1 (r19032) on windows xp. I have a
repository that is arranged like so:

+---Trunk
    /.../
    +---Limit_Calculation
    +---List_Result
    +---Message
    +---Report
    +---Resource
    | +---CustomHelp
    | | +---NotConnected
    | | \---SampleStatus
    | \---Icon
    +---Sig_figs
    +---Userfiles
    +---Worksheet
    \---_Custom
        +---Data
        +---Message
        \---Report

I would like to check out only the Trunk/_Custom/ Trunk/Message and
Trunk/List_Result directories, but not the rest.

I realize I can just do

svn co svn://localhost/Trunk/_Custom wc/_Custom
svn co svn://localhost/Trunk/Message wc/Message
svn co svn://localhost/Trunk/List_Result wc/List_Result

But that gets me three working copies when I what want 1 working copy.

Is that possible or do I just need to live with 3 working copies?

-- 
Clyde Jones
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed May 10 21:17:26 2006

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

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