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

Re: svn commit: r1133717 - /subversion/trunk/subversion/libsvn_client/externals.c

From: Stefan Sperling <stsp_at_elego.de>
Date: Thu, 9 Jun 2011 10:46:56 +0200

On Thu, Jun 09, 2011 at 08:41:42AM -0000, rhuijben_at_apache.org wrote:
> Author: rhuijben
> Date: Thu Jun 9 08:41:42 2011
> New Revision: 1133717
>
> URL: http://svn.apache.org/viewvc?rev=1133717&view=rev
> Log:
> * subversion/libsvn_client/externals.c
> (STMT_VERIFICATION_TRIGGERS): Update documentation of check 03.
>
> Modified:
> subversion/trunk/subversion/libsvn_client/externals.c
>
> Modified: subversion/trunk/subversion/libsvn_client/externals.c
> URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_client/externals.c?rev=1133717&r1=1133716&r2=1133717&view=diff
> ==============================================================================
> --- subversion/trunk/subversion/libsvn_client/externals.c (original)
> +++ subversion/trunk/subversion/libsvn_client/externals.c Thu Jun 9 08:41:42 2011
> @@ -991,7 +991,7 @@ wrap_external_error(const struct externa
> svn_error_t *err,
> apr_pool_t *scratch_pool)
> {
> - if (err && err->apr_err != SVN_ERR_CANCELLED)
> + /*if (err && err->apr_err != SVN_ERR_CANCELLED)
> {
> if (eb->ctx->notify_func2)
> {
> @@ -1005,7 +1005,7 @@ wrap_external_error(const struct externa
> }
> svn_error_clear(err);
> return SVN_NO_ERROR;
> - }
> + }*/
>
> return err;
> }
>

Did you mean to commit this? The log message doesn't match the change.
Received on 2011-06-09 10:47:33 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.