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

Re: svn commit: r32487 - in branches/issue-2843-dev/subversion: libsvn_client libsvn_wc

From: Karl Fogel <kfogel_at_red-bean.com>
Date: Thu, 28 Aug 2008 13:17:15 -0400

"Rui, Guo" <timmyguo_at_mail.ustc.edu.cn> writes:
>> Isn't that the opposite of what we want?
>
> The purpose of this test is to catch mising/hidden items before we do the
> actual copy. Both your condition and mine do not cover all the cases. A better
> one should like this:
> (target_entry &&
> (!target_entry->deleted ||
> (target_entry->schedule == add/replace)))

So we don't use target_entry->absent at all?

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: dev-help_at_subversion.tigris.org
Received on 2008-08-28 19:17:30 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.