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

RE: Selective Checkout

From: Reedick, Andrew <Andrew.Reedick_at_BellSouth.com>
Date: 2006-08-17 17:29:55 CEST

> -----Original Message-----
> From: David James [mailto:list-subversion@davidjamesdesign.com]
> Sent: Wednesday, August 16, 2006 5:50 PM
> To: users@subversion.tigris.org
> Subject: Selective Checkout
>
>
> I only want to check out certain parts of a very large application.
> But I can't get subversion to see all the bits as one whole file
> structure. For instance if I do an svn status at the root directory,
> it shows question marks for all of the sub-directories that I added
> separately. How do I bring it all together?

Did you do a bunch of separate checkouts from various directories to
create a Fraken-workspace?

I vaguely kinda sorta *think* that Subversion is smart enough to not
consider that as one workspace for obvious reasons. You might want to
try using 'externs' but that supposedly has a whole host of issues.

You can try doing a 'svn co -N' to only checkout particular sub-dirs
that you want. Ex:

If you want just
svn://server/repos/a/dir_with_a_hundred_sub_directories/ten and twenty,
you can
        svn co -N svn://server/repos/a
        cd a
        svn co -N
svn://server/repos/a/dir_with_a_hundred_sub_directories
        cd dir_with_*
        svn co -N
svn://server/repos/a/dir_with_a_hundred_sub_directories/ten
        svn co -N
svn://server/repos/a/dir_with_a_hundred_sub_directories/twenty
        

*****

The information transmitted is intended only for the person or entity to which it is addressed and may contain confidential, proprietary, and/or privileged material. Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon this information by persons or entities other than the intended recipient is prohibited. If you received this in error, please contact the sender and delete the material from all computers. AL622

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Aug 17 17:44:38 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.