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

Re: svn_range_dup (svn commit: r24027)

From: Kouhei Sutou <kou_at_cozmixng.org>
Date: 2007-03-23 03:00:16 CET

Hi,

2007/3/23, dlr@tigris.org <dlr@tigris.org>:
> Author: dlr
> Date: Thu Mar 22 14:11:00 2007
> New Revision: 24027

> Log:
> Merge the merge-tracking branch to trunk.

> Modified: trunk/subversion/include/svn_types.h
> URL: http://svn.collab.net/viewvc/svn/trunk/subversion/include/svn_types.h?pathrev=24027&r1=24026&r2=24027
> ==============================================================================
> --- trunk/subversion/include/svn_types.h (original)
> +++ trunk/subversion/include/svn_types.h Thu Mar 22 14:11:00 2007
> @@ -702,6 +702,24 @@

> +/**
> + * Return a copy of @a range, allocated in @a pool.
> + *
> + * @since New in 1.5.
> + */
> +svn_merge_range_t *
> +svn_range_dup(svn_merge_range_t *range, apr_pool_t *pool);
> +

I think we should rename to svn_merge_range_dup to unify other
function name convention.

By the way, why do we use 'mergeinfo' prefix instead of 'merge_info'
prefix? I'm confused because
subversion/include/private/svn_fs_merge_info.h uses 'merge_info' prefix
as its filename and some names.

Thanks,

--
kou
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Mar 23 03:00:36 2007

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.