You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Madan U Sreenivasan <ma...@collab.net> on 2006/07/17 11:12:21 UTC

[PATCH] Fix API doc for svn_ra_get_merge_info

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.

Re: [PATCH] Fix API doc for svn_ra_get_merge_info

Posted by Daniel Berlin <db...@dberlin.org>.
Madan U Sreenivasan wrote:
> 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.
> 

Actually, this is just a bug in local.  I'll fix it.
All the others (svn, in particular) return hashes of hashes :).



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: [PATCH] Fix API doc for svn_ra_get_merge_info

Posted by Daniel Berlin <db...@dberlin.org>.
Madan U Sreenivasan wrote:
> 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().
> 

This is what DLR and I agreed on after we determined that otherwise,
they'd just stringify it anyway :)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org