You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@apr.apache.org by Jeff Trawick <tr...@gmail.com> on 2011/12/08 00:07:40 UTC

Re: svn commit: r1211688 - /apr/apr-util/tags/1.4.1/

On Wed, Dec 7, 2011 at 5:52 PM,  <mi...@apache.org> wrote:
> Author: minfrin
> Date: Wed Dec  7 22:52:27 2011
> New Revision: 1211688
>
> URL: http://svn.apache.org/viewvc?rev=1211688&view=rev
> Log:
> Tag v1.4.1.
>
> Added:
>    apr/apr-util/tags/1.4.1/   (props changed)
>      - copied from r1211687, apr/apr-util/branches/1.4.x/

I'm curious...   Why 1211687 instead of 1211686?

Re: svn commit: r1211688 - /apr/apr-util/tags/1.4.1/

Posted by Jeff Trawick <tr...@gmail.com>.
2011/12/7 Igor Galić <i....@brainsware.org>:
>
>
>> Tagging was done like this:
>>
>> svn copy https://svn.apache.org/repos/asf/apr/apr-util/branches/1.4.x
>> https://svn.apache.org/repos/asf/apr/apr-util/tags/1.4.1
>
> /me does^Wwould've done
>   svn cp ^/apr/apr-util/branches/1.4.x/ ^/apr/apr-util/tags/1.4.1

What I do: Copy a specific revision number that is meaningful to apr
and more importantly ensures that commits after I decide I'm ready to
tag won't affect the tag:

svn copy -rXXXXXX https://svn.apache.org/repos/asf/apr/apr/branches/1.3.x \
       https://svn.apache.org/repos/asf/apr/apr/tags/MAJOR.MINOR.SUBVER

Re: svn commit: r1211688 - /apr/apr-util/tags/1.4.1/

Posted by Igor Galić <i....@brainsware.org>.

> Tagging was done like this:
> 
> svn copy https://svn.apache.org/repos/asf/apr/apr-util/branches/1.4.x
> https://svn.apache.org/repos/asf/apr/apr-util/tags/1.4.1

/me does^Wwould've done
   svn cp ^/apr/apr-util/branches/1.4.x/ ^/apr/apr-util/tags/1.4.1

> Regards,
> Graham
> --

i

-- 
Igor Galić

Tel: +43 (0) 664 886 22 883
Mail: i.galic@brainsware.org
URL: http://brainsware.org/
GPG: 6880 4155 74BD FD7C B515  2EA5 4B1D 9E08 A097 C9AE


Re: svn commit: r1211688 - /apr/apr-util/tags/1.4.1/

Posted by Graham Leggett <mi...@sharp.fm>.
On 08 Dec 2011, at 1:07 AM, Jeff Trawick wrote:

> On Wed, Dec 7, 2011 at 5:52 PM,  <mi...@apache.org> wrote:
>> Author: minfrin
>> Date: Wed Dec  7 22:52:27 2011
>> New Revision: 1211688
>> 
>> URL: http://svn.apache.org/viewvc?rev=1211688&view=rev
>> Log:
>> Tag v1.4.1.
>> 
>> Added:
>>    apr/apr-util/tags/1.4.1/   (props changed)
>>      - copied from r1211687, apr/apr-util/branches/1.4.x/
> 
> I'm curious...   Why 1211687 instead of 1211686?

That commit belonged to the commons project :)

graham-leggetts-macbook-pro-3:apr-util-1.4 minfrin$ svn log -c 1211687 https://svn.apache.org/repos/asf
------------------------------------------------------------------------
r1211687 | simonetripodi | 2011-12-08 00:51:22 +0200 (Thu, 08 Dec 2011) | 1 line

format violations reported by checkstyle

Tagging was done like this:

svn copy https://svn.apache.org/repos/asf/apr/apr-util/branches/1.4.x https://svn.apache.org/repos/asf/apr/apr-util/tags/1.4.1

Regards,
Graham
--