Hi,
Foul, foul! svn_ra_get_merge_info() returns a hash of targets to
stringified mergeinfo. This stringificaiton is done by fs_get_merge_info().
[[[
Correct API documentation.
(In branches/merge-tracking)
* subversion/include/svn_ra.h:
(svn_ra_get_merge_info): Modify API doc to reflect the actual
contents of the mergeinfo hash.
]]]
Regards,
Madan.
Index: subversion/include/svn_ra.h
===================================================================
--- subversion/include/svn_ra.h (revision 20698)
+++ subversion/include/svn_ra.h (working copy)
@@ -706,10 +706,8 @@
/**
* Fetch the merge info for @a paths at @rev, and save it to @a
* mergeinfo. @a mergeinfo is a mapping of @c char * target paths
- * (from @a paths) to hashes mapping merged-from paths (of @c char *)
- * to revision range lists (of @c apr_array_header_t * with @c
- * svn_merge_range_t * elements), or @c NULL if there is no merge
- * info available.
+ * (from @a paths) to its stringified merge info or @c NULL if there
+ * is no merge info available.
*
* When @a include_parents is @c TRUE, include inherited merge info
* from parent directories of @a paths.
Correct API documentation.
(In branches/merge-tracking)
* subversion/include/svn_ra.h:
(svn_ra_get_merge_info): Modify API doc to reflect the actual
contents of the mergeinfo hash.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Jul 17 12:42:19 2006