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

Reply via email to