skaller wrote:
>> It shouldn't be that bad if we only make the release branch near when 
>> things are stable. The advantage of having a small set of devs is that 
>> it should be relatively easy to manage this. We should at least tag the 
>> release to make tracking things a little easier.
>>     
>
> I couldn't figure out how to do that .. i did try :)
>
>   
It's pretty simple. To tag the head version, just copy the trunk into 
the tags directory:

svn cp https://felix.svn.sourceforge.net/svnroot/felix/felix/trunk 
https://felix.svn.sourceforge.net/svnroot/felix/felix/tags/release-1.1.3

To do an older version, do:

svn cp -r 1234 
https://felix.svn.sourceforge.net/svnroot/felix/felix/trunk 
https://felix.svn.sourceforge.net/svnroot/felix/felix/tags/release-1.1.3


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Felix-language mailing list
Felix-language@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/felix-language

Reply via email to