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

Re: tag moving

From: David Weintraub <qazwart_at_gmail.com>
Date: 2005-07-27 21:29:27 CEST

The tags directory is simply a regular directory. You can copy it,
change it, or even delete it with the regular svn commands.

In CVS terms, you could be talking about two things:

* You have a tag REL1.0 over various versions of your files. However,
you decide that the versions tagged as REL1.0 isn't the right version
(maybe the release was pulled at the last minute). In this case,
simply delete the tag directory REL1.0 and recreate it by copying the
correct version of the release..

* You have a tag REL1.0 over various versions of your files.
Suddently, a developer comes with "one more change" that you want to
squeeze into your system. In this case, checkout the REL1.0 tag
directory, change the files, and commit your changes.

On 7/27/05, Fabian Cenedese <Cenedese@indel.ch> wrote:
> Hi
>
> I'm looking for the equivalent of cvs tag -F.
>
> Does svn support the move of a tag? And if so how should this be done?
> I know that the creation of a tag is a simple svn copy. And I can merge
> differences from another branch/trunk into this branch and therefore
> "move" the tag to other versions (as long as there haven't been any
> changes in current).
>
> Is this the same as:
> svn delete (repo)/tags/current
> svn copy (repo)/trunk (repo)/tags/current
>
> Would a checked out working copy get any new files with
> svn update?
>
>
 

--
David Weintraub
qazwart@gmail.com
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Jul 27 21:32:05 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.