You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Greg Stein <gs...@gmail.com> on 2012/05/03 09:06:32 UTC

Re: svn commit: r1333324 - in /subversion/trunk/subversion: include/ include/private/ libsvn_client/ libsvn_fs/ libsvn_fs_fs/ libsvn_repos/ libsvn_subr/ libsvn_wc/ svnrdump/

On Thu, May 3, 2012 at 2:58 AM,  <st...@apache.org> wrote:
> Author: stefan2
> Date: Thu May  3 06:58:26 2012
> New Revision: 1333324
>
> URL: http://svn.apache.org/viewvc?rev=1333324&view=rev
> Log:
> Move private svn_hash API to a private header.
>
> * subversion/include/svn_hash.h
>  (svn_hash__clear, svn_hash__get_cstring, svn_hash__get_bool):
>   move from here ...
> * subversion/include/private/svn_hash_private.h
>  ... to here; new file

How about using svn_subr_private.h rather than Yet Another Header?

Note that the buildbot died on libsvn_ra_serf/serf.c. Might I
recommend grep? :-P ... or even better: building/using serf yourself?

>...

Cheers,
-g