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

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

From: lorenz <lorenznl_at_yahoo.com>
Date: Thu, 04 Dec 2008 10:36:01 +0000

Hi all,

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

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