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

tag moving

From: Fabian Cenedese <Cenedese_at_indel.ch>
Date: 2005-07-27 16:58:14 CEST

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?

Thanks

bye Fabi

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Jul 27 17:01:17 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.