You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by 郑新星 <zh...@gmail.com> on 2006/09/11 13:54:55 UTC

what's the meaning of the numbers in CHANGELOG?

hi all

I heard that svn1.4 has been released and I want to know exactly what
the changes is. So I read the CHANGELOG and found some numbers . For
example :
- large file commit speedups (r17861 -73 18867 -918 -29 -44 -45 -48 -49)

I think the "r17861" may refer to "the log of revision 17861". What's
the meaning of -73 behind r17861 .  And what's 18867, and -918?

thanks.

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

Re: what's the meaning of the numbers in CHANGELOG?

Posted by Erik Huelsmann <eh...@gmail.com>.
On 9/11/06, 郑新星 <zh...@gmail.com> wrote:
> hi all
>
> I heard that svn1.4 has been released and I want to know exactly what
> the changes is. So I read the CHANGELOG and found some numbers . For
> example :
> - large file commit speedups (r17861 -73 18867 -918 -29 -44 -45 -48 -49)
>
> I think the "r17861" may refer to "the log of revision 17861". What's
> the meaning of -73 behind r17861 .  And what's 18867, and -918?

They're all revision numbers.

r17861, r17863, r18867, r18918, etc.

bye,

Erik.