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

Re: Moving tag

From: Ulrich Eckhardt <eckhardt_at_satorlaser.com>
Date: 2005-07-12 17:38:00 CEST

Simon Lin wrote:
> I'm looking for some help on moving a tag which we do a lot in CVS but
> haven't figured out a way to do in Subversion.

A tag in Subversion is just a copy - after all, Subversion is just a very
enhanced filesystem. So, in order to do something to a tag, you have the
whole Subversion filesystem commands at your disposal. If you use merge (as
already suggested by someone else) or delete and copy over a new version is
mostly up to you.
In the scenario you described, there is also the chance that iteration_1 is
better represented when it is considered a branch rather than a tag. It
depends a bit on your workflow and how you wrap you brain around it.

Uli

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Jul 12 17:39:50 2005

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.