--- 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