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

Re: svn commit: r32063 - trunk/subversion/libsvn_wc

From: Senthil Kumaran S <senthil_at_collab.net>
Date: Sun, 13 Jul 2008 10:29:26 +0530

Julian Foad wrote:
> On Fri, 2008-07-11 at 12:18 -0400, Karl Fogel wrote:
>> julianfoad_at_tigris.org writes:
>>> --- trunk/subversion/libsvn_wc/props.c (r32062)
>>> +++ trunk/subversion/libsvn_wc/props.c (r32063)
>>> @@ -1186,6 +1186,27 @@ set_prop_merge_state(svn_wc_notify_state
>>> }
>>>
>>>
>>> +/* Create a temporary file in the same directory as PATH. Fill it with
>>> + * the data in VAL. Set *NEW_FILE to its handle and *NEW_PATH to its path.
>>> + * Allocate the file metadata in POOL in such a way that the file will be
>>> + * deleted when the pool is cleared. */
>>> +static svn_error_t *
>>> +write_tmp_file(const char **new_path,
>>> + const char *path, const svn_string_t *val,
>>> + apr_pool_t *pool)
>>> +{
>> There is no parameter NEW_FILE here...
>
> Thanks. Fixed in r32077.

Do we need "Suggested by:" clause for 32077?

-- 
Senthil Kumaran S
http://www.stylesen.org/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: dev-help_at_subversion.tigris.org
Received on 2008-07-13 06:59:47 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.