Re: "not under version control" error - continued
From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2004-02-11 21:07:29 CET
On Tue, 2004-02-10 at 19:08, Philip Martin wrote:
> It's still a bug. The dry-run merge doesn't handle properties on
I filed this bug as issue 1738 and committed an XFail regression test.
In gdb, the immediate problem is obvious: repos_diff.c calls the
I think the key to solving this problem is just not to invoke the
I think the code at repos_diff.c:811 is *trying* to avoid this
/* Don't do the props_changed stuff if this is a dry_run and we don't
I made a tiny patch to this condition:
- if (b->propchanges->nelts > 0 && (! eb->dry_run || adm_access))
...and it fixes the problem, but causes merge_test #4 to fail. What's
---------------------------------------------------------------------
|
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.