[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: Max Bowsher <maxb_at_ukf.net>
Date: 2004-09-21 02:59:40 CEST

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.

I can't find the associated mail threads, though.

Max.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Sep 21 03:00:00 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.