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

Re: Ruby bindings failing on buildbots

From: Philip Martin <philip.martin_at_wandisco.com>
Date: Wed, 21 Mar 2012 16:10:20 +0000

Philip Martin <philip.martin_at_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
Received on 2012-03-21 17:10:59 CET

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.