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

Re: I miss tags

From: Steve Greenland <steveg_at_lsli.com>
Date: 2004-09-24 17:51:03 CEST

On Fri, Sep 24, 2004 at 11:43:34AM -0400, Aaron Mulder wrote:
> Another issue with tags is that in some cases with CVS I ended up
> moving a tag to a different version of a file. For example, we'd tag a
> release, put it in test, discover a stupid configuration issue, fix it,
> move the tag to the new version of that one file, and then put a new build
> in test based on the revised tag.

That fix creates a new revision, right?

svn rm http://whatever/repo/tags/release-1.0
svn cp -r:1234 http://whatever/repo/trunk http://whatever/repo/tags/foo

Functionally equivalent to "cvs tag -F"

Steve

-- 
"Outlook not so good." That magic 8-ball knows everything! I'll ask
about Exchange Server next.
                           -- (Stolen from the net)
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Sep 24 17:51:51 2004

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.