Re: svn diff -- does not show deleted directories

Ben Collins-Sussman <[email protected]> Sun, 8 Jan 2006 08:53:06 -0600
Newsgroups gmane.comp.version-control.subversion.devel,gmane.mail.eyebrowse.user
Message-ID <53c059c90601080653t1595ce19n55054020d2c686a2__2627.09755120358$1136732171$gmane$org@mail.gmail.com>
Is there a bug already filed on this?  If not, we should file it. 
Here's a really simple reproduction recipe / demo transcript:

[sussman@sussman-mac:...]$ svn ls file://`pwd`/repos
blank.html
brain/
columns/
dnd-monday/
downloads/
gpgkey.html
images/
index.html
links.html
orbit-sim/
personal.html
resumes/
styles.css
styles2.css
svn-anti-fud.html
[sussman@sussman-mac:...]$ svn rm file://`pwd`/repos/columns -m "remove dir"

Committed revision 2.
[sussman@sussman-mac:...]$ svn diff -r1:2 file://`pwd`/repos
[sussman@sussman-mac:...]$ svn rm file://`pwd`/repos/images/tweeds.jpg
-m "remove file in dir"

Committed revision 3.
[sussman@sussman-mac:...]$ svn diff -r2:3 file://`pwd`/reposIndex:
images/tweeds.jpg
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream