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

Re: Labelling feature in Subversion

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2004-05-26 22:23:36 CEST

On Wed, 2004-05-26 at 09:24, Nookala Satish Kumar wrote:
> Hi,
>
> Can the labelling feature like that of Merant PVCS or
> MS-VSS be implemented in Subversion. (without creating
> a new copy of the source tree).
>
> This would help us to retrieve "labelled versions"
> whenever required.
>
> I think "Tags" create copy of the of the source tree.
>
> For example:
>
> svn label http://svn.example.com/repos/calc/trunk -m
> "Release 1.0 for integration testing"

You can do this right now by setting any property you want on a revision
tree:

$ svn propset foo bar --revprop -r N URL

The only thing you can't do is *lookup* a revision by querying a
property.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed May 26 22:28:37 2004

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.