You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Julian Foad <ju...@btopenworld.com> on 2008/07/07 18:42:41 UTC

Re: svn commit: r32015 - in trunk: . subversion/include subversion/libsvn_client subversion/svn subversion/svnlook

On Mon, 2008-07-07 at 21:01 +0300, Daniel Shahaf wrote:
> julianfoad@tigris.org wrote on Mon, 7 Jul 2008 at 05:03 -0700:
> > --- trunk/subversion/include/svn_client.h	Sun Jul  6 23:02:27 2008	(r32014)
> > +++ trunk/subversion/include/svn_client.h	Mon Jul  7 05:03:14 2008	(r32015)
> > @@ -3636,6 +3636,24 @@
> > + * This is a private API for Subversion's own use.
> > + */
> > +void
> > +svn_client__print_xml_prop(svn_stringbuf_t **outstr,
> 
> Then it should be declared in include/private/svn_client_private.h, right?

OK. Committed revision 32018.

Thanks for the prompting.

- Julian



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

Re: svn commit: r32015 - in trunk: . subversion/include subversion/libsvn_client subversion/svn subversion/svnlook

Posted by Julian Foad <ju...@btopenworld.com>.
On Mon, 2008-07-07 at 19:42 +0100, Julian Foad wrote:
> On Mon, 2008-07-07 at 21:01 +0300, Daniel Shahaf wrote:
> > julianfoad@tigris.org wrote on Mon, 7 Jul 2008 at 05:03 -0700:
> > > --- trunk/subversion/include/svn_client.h	Sun Jul  6 23:02:27 2008	(r32014)
> > > +++ trunk/subversion/include/svn_client.h	Mon Jul  7 05:03:14 2008	(r32015)
> > > @@ -3636,6 +3636,24 @@
> > > + * This is a private API for Subversion's own use.
> > > + */
> > > +void
> > > +svn_client__print_xml_prop(svn_stringbuf_t **outstr,
> > 
> > Then it should be declared in include/private/svn_client_private.h, right?
> 
> OK. Committed revision 32018.

I was too hasty. Didn't include this new header in the source files. A
fix will be coming up soon.

- Julian



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