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

Re: howto "svn cp url@rev tagurl" with TSVN 1.5.5

From: lorenz <lorenznl_at_yahoo.com>
Date: Fri, 05 Dec 2008 07:34:21 +0000

Stefan Kueng wrote:
>lorenz wrote:
>> with prior versions of TSVN I was able to prepare the folder structure
>> for my tag and then, after switching the repo browser back to the
>> required revision, copy the source folder to the prepared tag folder
>> ("copy to" from the context menu).
>>
>> That seems no longer possible with the actual Version of TSVN.
>> When trying to copy TSVN complains, that the target folder is missing.
>>
>> That is partly correct, as the target folder does not exist in the
>> revision the repo browser is switched to, but ...
>>
>> is this a bug, a 'fixed' bug or am I doing something wrong?
>>
>>
>> for clarity I add a command line transcript of what a want to do:
>>
>> set rr=URLofProjectRoot
>> svn mkdir %rr%/tags/2.0
>> svn mkdir %rr%/tags/2.0/2.0.1
>> svn cp %rr%/trunc_at_rev %rr%/tags/2.0/2.0.1/src
>>
>> or with svnmucc (using up only one revision)
>>
>> svnmucc mkdir %rr%/tags/2.0 mkdir %rr%/tags/2.0/2.0.1 cp rev
>> %rr%/trunc %rr%/tags/2.0/2.0.1/src
>
>TSVN 1.5 will create intermediate folder automatically when
>tagging/branching. No need to first create the folder structure beforehand.
>
>With the command line client, you could just run:
>svn cp %rr%/trunc_at_rev %rr%/tags/2.0/2.0.1/src --parents

Hm, definitely time to reread the svn & tsvn documentations!

Thanks

-- 
Lorenz
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=979961
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2008-12-05 10:52:02 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.