asdfasd asdfasdf <[email protected]> writes: > I am sorry insisting, but this is a bug.
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 -- uberSVN: Apache Subversion Made Easy http://www.uberSVN.com

