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

Re: svn commit: r20202 - in branches/merge-tracking/subversion: include libsvn_fs libsvn_fs_fs libsvn_repos tests/libsvn_fs

From: Kamesh Jayachandran <kamesh_at_collab.net>
Date: 2006-06-21 16:46:19 CEST

dberlin@tigris.org wrote:
> Modified: branches/merge-tracking/subversion/include/svn_fs.h
> URL: http://svn.collab.net/viewvc/svn/branches/merge-tracking/subversion/include/svn_fs.h?pathrev=20202&r1=20201&r2=20202
> ==============================================================================
> --- branches/merge-tracking/subversion/include/svn_fs.h (original)
> +++ branches/merge-tracking/subversion/include/svn_fs.h Tue Jun 20 16:36:30 2006
> @@ -1145,17 +1145,14 @@
>
>
Doc comment for branches/merge-tracking/subversion/include/svn_fs.h
:(svn_fs_get_mergeinfo):
> * - @a info is filled with merge info for each of the @a paths,
>
Should it not be

  * - @a minfohash is filled with merge info for each of the @a paths,

> * stored as a string.
> * Do any necessary temporary allocation in @a pool.
> */
> svn_error_t *svn_fs_get_merge_info(svn_fs_root_t *root,
> const apr_array_header_t *paths,
> - svn_revnum_t revnum,
> apr_hash_t **minfohash,
> apr_pool_t *pool);
>
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Jun 21 16:46:46 2006

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.