Philip Martin <philip.mar...@wandisco.com> writes:

> I'm not aware of a deliberate change to core Subversion behaviour.
> Property deletes should still be reported as property mods by the
> Subversion libraries.

Ah! There is a non-Ruby bug.  Repository with property delete:

svnadmin create repo
svn -mm import repo/format file://`pwd`/repo/A/f
svnmucc -mm propset foo bar file://`pwd`/repo/A/f
svnmucc -mm propdel foo file://`pwd`/repo/A/f

Then using 1.7:

$ svnlook changed repo
Index: A/f
===================================================================
--- A/f 2012-03-21 16:07:11 UTC (rev 2)
+++ A/f 2012-03-21 16:07:11 UTC (rev 3)

Property changes on: A/f
___________________________________________________________________
Deleted: foo
## -1 +0,0 ##
-bar
\ No newline at end of property
$

But using trunk:

$ subversion/svnlook/svnlook diff repo
$

-- 
uberSVN: Apache Subversion Made Easy
http://www.uberSVN.com

Reply via email to