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

Re: svn diff -- does not show deleted directories

From: Ben Collins-Sussman <sussman_at_red-bean.com>
Date: 2006-01-08 15:53:06 CET

Is there a bug already filed on this? If not, we should file it.
Here's a really simple reproduction recipe / demo transcript:

[sussman_at_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_at_sussman-mac:...]$ svn rm file://`pwd`/repos/columns -m "remove dir"

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

Committed revision 3.
[sussman_at_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

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sun Jan 8 15:55:24 2006

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

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