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

Re: valgrind UMRs in "svn merge --record-only"

From: Philip Martin <philip.martin_at_wandisco.com>
Date: Mon, 30 Nov 2009 17:39:16 +0000

Martin Furter <mf_at_rola.ch> writes:

> On Mon, 30 Nov 2009, Philip Martin wrote:
>> + if (*state)
>> + *state = svn_wc_notify_state_unknown;
>
> I assume you wanted to write (as the rest of the code does):
> + if (state)

Yes. I made and reverted the change several times while testing, just
emailed the wrong one.

-- 
Philip
------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=2425596
Please start new threads on the <dev_at_subversion.apache.org> mailing list.
To subscribe to the new list, send an empty e-mail to <dev-subscribe_at_subversion.apache.org>.
Received on 2009-11-30 18:39:30 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.