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

Re: Tags

From: Daniel Berlin <dberlin_at_dberlin.org>
Date: 2006-06-29 03:04:48 CEST

Ben Collins-Sussman wrote:
> On 6/28/06, hakon@ion.no <hakon@ion.no> wrote:
>
>> The basic command is 'tag':
>> $ svn tag version-1.0 -r 20120
>> and then it is possible to issue commands like:
>> $ svn update -r version-1.0
>>
>
> How do you search for the revprop? By brute force?

You missed that he cheated, and forced it to rev 0's revprop :)

>
> The main reason people seem to ask for labels-as-tags is because they
> fear that directories-as-tags are too prone to accidental commits. If
> you're really worried that this may happen (i.e. nobody will notice
> the commit email), then just put access control on the tags/
> directory. Write a pre-commit hook script which allows new tags to
> appear, but rejects commits that alter them.
>
> As an aside: it *would* be nice to see a server-side feature that
> allows efficient searching of revprops. We tell people to invent
> revprops, but they mostly useless when they're not easily searchable.
>

Don't look at me, bob, i *like* indexes :)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Jun 29 03:06:08 2006

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.