svn diff --no-diff-deleted doesn't affect deleted directories
From: David Glasser <glasser_at_davidglasser.net>
Date: 2007-08-01 16:21:59 CEST
svn_client_diff4 has a 'no_diff_deleted' option, which corresponds to
* If @a no_diff_deleted is true, then no diff output will be
one would assume that when the flag is false, diff output is generated
This comes up because a user on #svn was confused that
$ svn log -vr2732 https://reductivelabs.com/svn/puppet/trunk/
had the following changed paths:
and that
$ svn diff -c2732 https://reductivelabs.com/svn/puppet/trunk/
showed all of the files being added, but that
$ svn diff -r2732:2731 https://reductivelabs.com/svn/puppet/trunk/
only showed interface.rb being deleted, and not interface/{linux,sunos}.rb.
I'm not sure if this is worth changing at this point; it's possible
--dave
-- David Glasser | glasser_at_davidglasser.net | http://www.davidglasser.net/ --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org For additional commands, e-mail: dev-help@subversion.tigris.orgReceived on Wed Aug 1 16:20:32 2007 |
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.