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

RE: CheckOut selected folders

From: Grace Go <grace.go_at_syncvoice.com>
Date: 2007-01-02 18:05:39 CET

Thank you Stefan.

Grace

-----Original Message-----
From: Stefan Küng [mailto:tortoisesvn@gmail.com]
Sent: Thursday, December 28, 2006 2:13 AM
To: users@tortoisesvn.tigris.org
Subject: Re: CheckOut selected folders

Grace Go wrote:

> Say for ex here is my structure of my repository:
>
> \Project
>
> -Folder1
> Subfolder1
>
> -Folder2
> Subfolder2_1
> Subfolder2_2
> Subfolder2_3
>
>
> What I wanted to do is to select Folder1 and its subfolder and only
> subfolder2_2. When I select these folders and right click on it (using
> TortoiseSVN) and select CheckOUt, and point to c:\proj, it copies it to my
> WC (client) however the structure on my WC /client shows like this:
>
> \Proj
> -Folder1
> Subfolder1
> -Subfolder2_2
>
> How can I checkout so that if I select Folder2 it doesn't get Subfolder2_1
> and Subfolder2_3, coz I only want subfolder2_2 but it has to be on the
same
> structure with that of the repository.. Is this possible?
>
> My WC should show this structure..
> C:\proj
> - Folder1
> -Subfolder1
> -Folder2
> -Subfolder2_2

If you don't want to check out subfolders, you have to check the
checkbox "Only check out the top folder" in the checkout dialog.
But you shouldn't do that if you want to keep working with that folder.
Subversion doesn't like 'incomplete' folders (yet). For example, as soon
as you update such a folder, all subfolders will get added again.

The Subversion team is working on this though...

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 Tue Jan 2 18:05:52 2007

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.