[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: Philip Martin <philip.martin_at_wandisco.com>
Date: Fri, 11 May 2012 19:06:38 +0100

asdfasd asdfasdf <forspam_at_list.ru> 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
Received on 2012-05-11 20:07:15 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.