[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: Stefan Sperling <stsp_at_elego.de>
Date: Wed, 21 Oct 2009 13:37:22 +0200

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.

Stefan

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=2409737
Received on 2009-10-21 13:37:43 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.