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

Re: Equivalent of "cvs rtag -F"

From: Erik Huelsmann <ehuels_at_gmail.com>
Date: 2007-10-30 21:54:37 CET

On 10/30/07, Matthieu Moy <Matthieu.Moy@imag.fr> wrote:
> Hi,
>
> In CVS, I can move a tag with "cvs rtag -F my_tag".
>
> With Subversion, AAUI, I have to delete the tag before creating the
> new one:
>
> $ svn delete $repo/tags/my_tag
> $ svn copy $repo/trunk/ $repo/tags/my_tag
>
> Is there a simpler way to do that?

Not with the svn client, but with mucc (in contrib/client-side/ in the
svn repository) it's possible to do so in 1 commit. You could set an
alias in the students' environment to provide a simplified version of
the mucc command required to remove and set the tag in one commit.

HTH,

Erik.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Oct 30 22:02:23 2007

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.