[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: svn commit: r930281 - /subversion/trunk/subversion/libsvn_wc/wc_db.c

From: Philip Martin <philip.martin_at_wandisco.com>
Date: Tue, 06 Apr 2010 15:53:12 +0100

Julian Foad <julian.foad_at_wandisco.com> 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
Received on 2010-04-06 16:53:50 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.