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

Re: copy intermediate folders

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: Fri, 31 Aug 2012 19:06:43 +0200

On 30.08.2012 22:49, Eric Braun wrote:
> Sorry if this was posted somewhere already but I haven't seen anything on this already. Is there any particular reason why both the branch/tag interface as well as the copy in repo browser doesn't at least allow for an option to include intermediate folder creation in copies? The underpinnings of svn command line copy with the --parents option support this as well as some other svn clients.
>
> EX: copy
>
> trunk/folder1/folder2/file
> to
> tags/tag1/folder1/folder2/file
>
> where tag1/folder1/folder2 does not exist.

The reason we don't use this option is that it makes it way too easy to
create the wrong folders: you wouldn't notice a typo in your target
path/url since the typo path would be automatically created.

Also, that option caused a lot of other troubles, at least in 1.6 -
haven't tested if 1.7 has those problems solved or not though.

Stefan

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest Interface to (Sub)Version Control
    /_/   \_\     http://tortoisesvn.net
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=757&dsMessageId=3002531
To unsubscribe from this discussion, e-mail: [dev-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2012-08-31 19:07:13 CEST

This is an archived mail posted to the TortoiseSVN Dev mailing list.

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