Am 13.11.2011 17:24, schrieb Daniel Shahaf:
> Sebastian Brandt wrote on Fri, Nov 11, 2011 at 10:22:31 +0100:
>> How can I find out in which subversion releases the r878607, r916286
>> and r1064734 are included?
> 
> Use the 'svn mergeinfo' command on Subversion's repository:
> 
> % U=http://svn.apache.org/repos/asf/subversion
> % svn mergeinfo --show-revs=eligible $U/trunk $U/branches/1.6.x | grep 
> r1064734
> 
> They are included in the 1.7.x line:
> 
> % $svn log --stop-on-copy -r 0:HEAD -l1 -q ^/subversion/branches/1.7.x
> ------------------------------------------------------------------------
> r1145993 | hwright | 2011-07-13 16:12:22 +0300 (Wed, 13 Jul 2011)
> 
Hi!
Thanks a lot for the information, explains, why it still didn't work.
Now I compiled the subversion myself, using the patches mirror.c file (just
the r878607 which does a case-sensitive replace, the others have
dependencies 1.6.12 doesn't match).
Runs normally, seems the bug is not triggered. GREAT!

Thanks,
Sebastian

Reply via email to