[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: BRM <bm_witness_at_yahoo.com>
Date: 2007-10-30 22:05:30 CET

--- Erik Huelsmann <ehuels@gmail.com> wrote:
> On 10/30/07, Matthieu Moy <Matthieu.Moy@imag.fr> wrote:
> > 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.

Also is possible with TortoiseSVN, for Windows users.

Ben

---------------------------------------------------------------------
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:07:17 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.