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

Re: svn commit: r1409186 - /subversion/trunk/subversion/libsvn_client/add.c

From: Philip Martin <philip.martin_at_wandisco.com>
Date: Wed, 14 Nov 2012 17:18:39 +0000

"Bert Huijben" <bert_at_qqmail.nl> writes:

>> err = svn_client_propget5(&props, &inherited_config_auto_props,
>> SVN_PROP_INHERITABLE_AUTO_PROPS, path_or_url,
>> &rev, &rev, NULL, svn_depth_empty, NULL, ctx,
>> - scratch_pool, iterpool);
>> + scratch_pool, scratch_pool);
>
> Hmm, since when do our functions allocate results in their
> scratch_pool, when they also have a result pool?

Hmm, it looks like svn_client_propget5 doesn't call svn_wc__get_iprops
correctly.

-- 
Certified & Supported Apache Subversion Downloads:
http://www.wandisco.com/subversion/download
Received on 2012-11-14 18:19:18 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.