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

Re: svn diff command line tool bug

From: Andreas Stieger <andreas.stieger_at_gmx.de>
Date: Fri, 11 May 2012 20:01:29 +0100

Hello,

On 11/05/12 19:06, Philip Martin wrote:
> Agreed.
>
> $ svnadmin create repo
> $ svn import -mm repo/format file://`pwd`/repo/A/f
> $ svn1.7 diff --summarize -r0:1 file://`pwd`/repo/A
> A file:///home/pm/sw/subversion/obj/repo/A/A/f
> A file:///home/pm/sw/subversion/obj/repo/A/A
> $ svn1.7 diff --summarize -r0:1 http://localhost:8888/obj/repo/A
> A http://localhost:8888/obj/repo/A/A/f
> A http://localhost:8888/obj/repo/A/A
>
> It's already fixed in 1.8:
>
> $ svn1.8 diff --summarize -r0:1 http://localhost:8888/obj/repo/A
> A http://localhost:8888/obj/repo/A/f
> A http://localhost:8888/obj/repo/A

Beat me to it. I was also able to reproduce with a similar script. The
OP's second email makes the problem more clear. The actual diff output
is not affected.

Andreas
Received on 2012-05-11 21:02:05 CEST

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

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