Julian Foad <[email protected]> writes: > Also the added comment says "Presence in WORKING_NODE must be normal or > incomplete" but the code says "added or incomplete". >> >> - SVN_ERR_ASSERT(status == svn_wc__db_status_normal || >> + /* Presence in WORKING_NODE must be normal or incomplete */ >> + SVN_ERR_ASSERT(status == svn_wc__db_status_added || >> status == svn_wc__db_status_incomplete);
presence != status. WORKING_NODE presence normal is equivalent to status added. -- Philip

