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

Re: more wc-ng node revision differences that affect 'svn diff'

From: Hyrum K. Wright <hyrum_at_hyrumwright.org>
Date: Wed, 21 Oct 2009 06:45:51 -0500

On Oct 21, 2009, at 6:37 AM, Stefan Sperling wrote:

> On Wed, Oct 21, 2009 at 10:31:52AM +0100, Julian Foad wrote:
>> FYI the build-bots (except Windows) are currently failing
>> diff_tests.py
>> 27 and 32 with what appears to be an uninitialized revision-number:
>>
>> CMD: svn diff -r 1:BASE
>> Index: foo
>> ===================================================================
>> --- foo (revision 0)
>> +++ foo (revision 8589934593)
>> @@ -0,0 +1,2 @@
>> +xxx
>> +yyy
>> EXPECTED STDOUT:
>> Index: foo
>> ===================================================================
>> --- foo (revision 0)
>> +++ foo (revision 1)
>> @@ -0,0 +1,2 @@
>> +xxx
>> +yyy
>
> Doesn't seem to happen reliably? Right now these tests aren't
> failing on the bots.

Huh? That latest run of the ubuntu buildbot shows both of these
failures:
http://crest.ics.uci.edu/buildbot/builders/x64-ubuntu%20gcc/builds/1930/steps/Test%20fsfs%2Bra_local/logs/stdio

-Hyrum

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=2409739
Received on 2009-10-21 13:46:19 CEST

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.