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

Re: Move from CVSNT to SVN?

From: Lorenz <lorenznl_at_yahoo.com>
Date: Fri, 11 Sep 2009 05:54:15 +0000

Stein Somers wrote:

>Eric B. wrote:
> > Would that [retagging] concept/workflow cause problems in SVN?
>
>I do it in an automated build process, and found it only a bit awkward you
>have to delete the tag before adding it again. In pseudo code:
>
> if (svn info the_tag)
> # tag exists so delete it
> svn del the_tag
> svn copy the_revision the_tag
>
>But I probably just lack the imagination and experience to do it in a single
>transaction.

svnmucc rm the_tag cp revision the_revision the_tag

-- 
Lorenz
------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2393527
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-09-11 07:55:33 CEST

This is an archived mail posted to the Subversion Users mailing list.

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