[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: write-through-proxy and checksum error - URL path mangled in text data

From: Sebastian Brandt <sbrandt_at_gmx.de>
Date: Fri, 18 Nov 2011 16:29:53 +0100

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
Received on 2011-11-18 16:30:03 CET

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.