You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Expert <di...@expert-information.com> on 2004/04/25 22:51:47 UTC

how to generate a release ?

Greetings !!!

I want to add labels to my files so I can to generate a release from the labels.

I am reading about "properties" but I don´t know how to do it.  

Thanks in advance for your help

Diego    

Re: how to generate a release ?

Posted by Tobias Ringstrom <to...@ringstrom.mine.nu>.
Expert wrote:

> Greetings !!!
>  
> I want to add labels to my files so I can to generate a release from the 
> labels.
>  
> I am reading about "properties" but I don´t know how to do it.  
>  
> Thanks in advance for your help

This question belongs on the users@subversion.tigris.org list.  Please 
use that list for similar questions in the future or any followup to 
this thread.

You don't provide a lot of information, but it sounds to me like what 
you really need is a tag.  Please read the book here:

     http://svnbook.red-bean.com/svnbook/ch04s06.html

/Tobias


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

Re: how to generate a release ?

Posted by Andy Whitcroft <ap...@shadowen.org>.
--On 25 April 2004 16:51 -0600 Expert <di...@expert-information.com>
wrote:

> Greetings !!! 
>   
> I want to add labels to my files so I can to generate a release from the
> labels. 
>   
> I am reading about "properties" but I don´t know how to do it.   

Why do you need to label?  Does not the revision of the repository already
label the 'complete' set of files required?  Typically when I used CVS I
would do this label the 'head's to a name so I could get a  specific
combination back again later.  But in SVN a single revision number already
gives you a full consistent view.  In my tools I changed from always asking
for 'v.next' to asking for revision=N.

There is some talk of labeling on this list.  But from what I've seen its
not going to be a 'imminent' feature.

Luck.

-apw

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