You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Nookala Satish Kumar <ja...@yahoo.com> on 2004/05/26 14:24:07 UTC

Labelling feature in Subversion

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"

Regards,
Satish.


=====
||  Satyam Vada, Dharmam Chara  ||
||  Matru Devo Bhava, Pitru Devo Bhava  ||
||  Acharya Devo Bhava, Atithi Devo Bhava  ||


	
		
__________________________________
Do you Yahoo!?
Friends.  Fun.  Try the all-new Yahoo! Messenger.
http://messenger.yahoo.com/ 

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: Labelling feature in Subversion

Posted by Ben Collins-Sussman <su...@collab.net>.
On Wed, 2004-05-26 at 16:00, Greg Hudson wrote:
> On Wed, 2004-05-26 at 16:23, Ben Collins-Sussman wrote:
> > You can do this right now by setting any property you want on a revision
> > tree:
> > 
> > $ svn propset foo bar --revprop -r N URL
> 
> What's a "revision tree"?

A redundant term.  I'm just reinforcing the fact that revisions are
trees.  I believe the book talks about "revision trees" and "transaction
trees" quite a bit:

$ grep "transaction tree" *.xml | wc -l
      4
$ grep "revision tree" *.xml | wc -l
     10



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: Labelling feature in Subversion

Posted by Greg Hudson <gh...@MIT.EDU>.
On Wed, 2004-05-26 at 16:23, Ben Collins-Sussman wrote:
> You can do this right now by setting any property you want on a revision
> tree:
> 
> $ svn propset foo bar --revprop -r N URL

What's a "revision tree"?


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: Labelling feature in Subversion

Posted by Ben Collins-Sussman <su...@collab.net>.
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

Re: Labelling feature in Subversion

Posted by Greg Hudson <gh...@MIT.EDU>.
On Wed, 2004-05-26 at 10:24, Nookala Satish Kumar wrote:
> 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).

What's the concern with creating a new copy of the source tree?  It
takes only a small, constant amount of time and space to create the new
copy, regardless of how big the source tree is.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org