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

Re: Exporting change set with folders structure

From: Andy Levy <andy.levy_at_gmail.com>
Date: Wed, 4 Feb 2009 11:09:04 -0500

On Wed, Feb 4, 2009 at 08:33, JohnnyBoy <amir.hal_at_gmail.com> wrote:
> OK... I checked in some files - all in the same revision, some in
> different folders.
>
> I want to get that check in content (what I mistakenly call "change
> set") with the entire folder tree in respect to the branch root.
>
> Each time I try to copy these files - I get them without their folder
> structure.

Subversion doesn't version individual files, it versions whole
directory trees. I suspect that what you're doing is looking at the
revision via the log, selecting all the files in that revision, and
then right-clicking & saving or exporting them.

The whole directory structure will not be created when you do this,
intentionally.

You want to perform another checkout, or an export, of the common root
for all those paths, specifying that revision (if it's not HEAD).

Please do yourself a huge favor and read the TSVN and Subversion
manuals thoroughly.

------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=1102788

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2009-02-04 17:09:14 CET

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.