Re: Format bump to f21
From: Philip Martin <philip.martin_at_wandisco.com>
Date: Fri, 12 Nov 2010 15:01:24 +0000
"Hyrum K. Wright" <hyrum_wright_at_mail.utexas.edu> writes:
> As part of moving tree conflict information storage to the victim
This allows actual nodes without base or working nodes. We need to
svn_wc__db_read_info(&status, .... )
should do for such nodes; there is no sensible status for such nodes.
In the past it returned an error: SVN_ERR_WC_CORRUPT if there was an
In the new code we do
svn_wc__db_read_info(NULL, .... &conflicted, ...)
and expect to get the conflict status of actual-only nodes. I've made
-- PhilipReceived on 2010-11-12 16:02:09 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.