[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_at_codematters.co.uk>
Date: Wed, 21 Mar 2012 16:22:29 +0000

Philip Martin <philip.martin_at_wandisco.com> writes:

> 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
> $

Typo there, should run "svnlook diff" in both cases. "svnlook changed"
also shows the bug:

Using 1.7:

$svnlook changed repo
_U A/f

Using trunk:

$ subversion/svnlook/svnlook change repo
$

-- 
Philip
Received on 2012-03-21 17:23:07 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.