RFC: busybox 1.2.3?

Bernhard Fischer rep.nop at aon.at
Fri Dec 15 04:20:09 PST 2006


On Fri, Dec 15, 2006 at 01:37:54AM +0100, Denis Vlasenko wrote:
>On Thursday 14 December 2006 09:25, Bernhard Fischer wrote:
>> Some notes concerning the release branch:
>> 1) please don't forget to do a
>> svn cp ../trunk/busybox .../branches/busybox-1_3-stable
>> This should be done for any release.
>
>Do I need to have entire svn tree (not just trunk/busybox)
>checked out for that?

I don't think so.
svn cp svn+ssh://vda@svn.uclibc.org/svn/trunk/busybox \
svn+ssh://vda@svn.uclibc.org/svn/branches/busybox-1_3-branch

should work.
>
>> 2) Please create a tag for the actual 1.3.0 release (in the -stable
>> branch, perhaps). This should imo be done for any release.
>
>How? I just read http://svnbook.red-bean.com/en/1.0/svn-book.html
>and it says that typically there is
>
><project_name>/{trunk,branches,tags}/*
>
>but obviously busybox.net has something different:
>
>{trunk,branches,tags}/<project_name>/*
>
>What should I do?

Just like for the branch, but with s/branches/tags/; :
svn cp svn+ssh://vda@svn.uclibc.org/svn/branches/busybox-1_3-branch \
svn+ssh://vda@svn.uclibc.org/svn/tags/busybox-1_3_0

HTH,
Bernhard


More information about the busybox mailing list