[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: svn commit: r33744 - trunk/subversion/bindings/javahl/native

From: Greg Stein <gstein_at_gmail.com>
Date: Sun, 19 Oct 2008 08:27:57 -0700

Heh. Did you write 33739 and not even compile it before checking it in? :-P

On Sat, Oct 18, 2008 at 4:40 PM, <rhuijben_at_tigris.org> wrote:
> Author: rhuijben
> Date: Sat Oct 18 16:40:38 2008
> New Revision: 33744
>
> Log:
> * subversion/bindings/javahl/native/StatusCallback.cpp
> (StatusCallback::callback): Following up on r33739, return SVN_NO_ERROR
> to fix compilation.
>
> Modified:
> trunk/subversion/bindings/javahl/native/StatusCallback.cpp
>
> Modified: trunk/subversion/bindings/javahl/native/StatusCallback.cpp
> URL: http://svn.collab.net/viewvc/svn/trunk/subversion/bindings/javahl/native/StatusCallback.cpp?pathrev=33744&r1=33743&r2=33744
> ==============================================================================
> --- trunk/subversion/bindings/javahl/native/StatusCallback.cpp Sat Oct 18 16:24:08 2008 (r33743)
> +++ trunk/subversion/bindings/javahl/native/StatusCallback.cpp Sat Oct 18 16:40:38 2008 (r33744)
> @@ -54,6 +54,8 @@ StatusCallback::callback(void *baton,
> {
> if (baton)
> ((StatusCallback *)baton)->doStatus(path, status);
> +
> + return SVN_NO_ERROR;
> }
>
> /**
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: svn-unsubscribe_at_subversion.tigris.org
> For additional commands, e-mail: svn-help_at_subversion.tigris.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: dev-help_at_subversion.tigris.org
Received on 2008-10-19 17:28:11 CEST

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.