Re: more wc-ng node revision differences that affect 'svn diff'
From: Stefan Sperling <stsp_at_elego.de>
Date: Mon, 19 Oct 2009 11:59:37 +0200
On Sun, Oct 18, 2009 at 11:49:52PM +0200, Stefan Sperling wrote:
This behaviour is encoded in libsvn_wc/diff.c:close_file().
> $ svn diff -r1:BASE
We have hard-coded r0 for added files in libsvn_wc/diff.c:{file_diff,
> +++ foo (revision 1)
foo exists in r2, so in this case we see a diff.
> The above two don't align well,
In fact, when taking a closer look it all makes sense.
> the following are more consistent:
The "working copy" labels are caused by wc-ng correctly reporting
> $ svn diff -rBASE:1
> No idea so far why my change caused this, though.
So turns out it's alright, at least in this test.
Stefan
------------------------------------------------------
|
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.