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

Re: svn_repos_trace_node_locations()

From: Julian Foad <julianfoad_at_btopenworld.com>
Date: 2004-10-01 18:04:54 CEST

Max Bowsher wrote:
> C. Michael Pilato wrote:
>
>> Would it violate our API promises to add 'const' to the
>> location_revisions parameter of this function in svn_repos.h:
>>
>> svn_error_t *
>> svn_repos_trace_node_locations (svn_fs_t *fs,
>> apr_hash_t **locations,
>> const char *fs_path,
>> svn_revnum_t peg_revision,
>> apr_array_header_t *location_revisions,
>> apr_pool_t *pool);
>>
>> ?
>
> I'm guessing 'yes', since we already have this issue:
> http://subversion.tigris.org/issues/show_bug.cgi?id=1952
> which is purely a reminder to const-ify a different pointer come 2.0.

May I suggest you add this to issue #1952, and broaden the summary of the issue to cover all such 'const' additions?

- Julian

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Oct 1 18:06:35 2004

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.