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/04/23 19:39:04 UTC

Re: svn commit: r1329214 - in /subversion/branches/ev2-export: ./ build/ notes/merge-tracking/ subversion/include/ subversion/include/private/ subversion/libsvn_delta/ subversion/libsvn_fs/ subversion/libsvn_ra/ subversion/libsvn_ra_neon/ subversion/

On Apr 23, 2012 8:45 AM, <hw...@apache.org> wrote:
>...
> +++ subversion/branches/ev2-export/subversion/include/svn_delta.h Mon Apr
23 12:44:31 2012
> @@ -1167,51 +1167,6 @@ typedef svn_error_t *(*svn_delta_unlock_
>     apr_pool_t *scratch_pool);

This context indicates a few more typedefs to clear (which are now in
svn_delta_private)

>...

Cheers,
-g

Re: svn commit: r1329214 - in /subversion/branches/ev2-export: ./ build/ notes/merge-tracking/ subversion/include/ subversion/include/private/ subversion/libsvn_delta/ subversion/libsvn_fs/ subversion/libsvn_ra/ subversion/libsvn_ra_neon/ subversion/

Posted by Greg Stein <gs...@gmail.com>.
On Apr 23, 2012 1:39 PM, "Greg Stein" <gs...@gmail.com> wrote:
>
>
> On Apr 23, 2012 8:45 AM, <hw...@apache.org> wrote:
> >...
> > +++ subversion/branches/ev2-export/subversion/include/svn_delta.h Mon
Apr 23 12:44:31 2012
> > @@ -1167,51 +1167,6 @@ typedef svn_error_t *(*svn_delta_unlock_
> >     apr_pool_t *scratch_pool);
>
> This context indicates a few more typedefs to clear (which are now in
svn_delta_private)

Oh. I see it in r1329249.