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

Re: recursively checkout folder (filtering Trunk)

From: Simon Large <simon_at_skirridsystems.co.uk>
Date: 2005-12-15 12:23:15 CET

Wim Bekker wrote:
> I have a lot of folders in my repository. Per project one Trunk and a
> lot of Branches. When I do a complete checkout from the root of the
> repository, I also get all Branches. I don't want them, I switch to them
> if I need to.
>
> I cannot filter during checkout (would be a nice feature). But I can
> checkout only the Trunk. But if I do so, the folders between root and
> Trunk are not checked out (they don't get a .svn directory).
> e.q.: svn://<ip>/repository/products/security/trunk should also checkout
> products and security.
>
> Two questions:
> 1. Is there a way to checkout only Trunks (all Trunks in subdirectories
> from root).

No. You should consider re-arranging you repository to something like:
svn://<ip>/repository/trunk/products/security/...
svn://<ip>/repository/branches

You can copy any structure you like into branches. It doesn't have to be
a complete trunk if you don't want (although it doesn't take up any more
space if you do).

> 2. When checking out a Trunk, is there a way to checkout the directories
> between root and Trunk?

http://tortoisesvn.sourceforge.net/docs/release/TortoiseSVN_en/apbs06.html

Simon

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest Interface to (Sub)Version Control
    /_/   \_\     http://tortoisesvn.tigris.org
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: users-help@tortoisesvn.tigris.org
--
Received on Thu Dec 15 11:33:41 2005

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.