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

Re: RE: Re: I miss tags

From: Archie Cobbs <archie_at_dellroad.org>
Date: 2004-09-29 17:54:00 CEST

Labanca, Rick wrote:
> > How about simply checking in a file called "revision-alias"
> > that contains
> > the revision number of the last merge? Every time you want to "slide"
> > your tag, edit the file and recommit. Or, store this info in
> > a property.
>
> A hack but possible. But to me, it makes sense to provide a way to
> symbolically name a numeric value such as this revision number. Then
> anywhere I can stick the rev number, I can use an easier to read, harder
> to transpose, redefinable label.

Not a crazy idea.. this could be implemented purely in the 'svn'
client using unversioned properties on the repository, e.g.,
"svn:tag:RELASE_1_0" -> "1432".

But that has the disadvantage that all tags are "global" to the
repository.. maybe then per-subdirectory tags (using similar versioned
properties) would make more sense... ?

-Archie

__________________________________________________________________________
Archie Cobbs * CTO, Awarix * http://www.awarix.com

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