On Fri, May 13, 2011 at 12:53 AM, <rhuijben_at_apache.org> wrote:
> Author: rhuijben
> Date: Thu May 12 22:53:02 2011
> New Revision: 1102502
>
> URL: http://svn.apache.org/viewvc?rev=1102502&view=rev
> Log:
> * subversion/libsvn_client/externals.c
> (svn_client__do_external_status): Fix typo in comment.
>
> 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=1102502&r1=1102501&r2=1102502&view=diff
> ==============================================================================
> --- subversion/trunk/subversion/libsvn_client/externals.c (original)
> +++ subversion/trunk/subversion/libsvn_client/externals.c Thu May 12 22:53:02 2011
> @@ -1019,7 +1019,7 @@ handle_external_item_change_wrapper(cons
> target_abspath,
> old_item, new_item, scratch_pool);
>
> - if (err && err->apr_err != SVN_ERR_CANCELLED)
> + /*if (err && err->apr_err != SVN_ERR_CANCELLED)
> {
> if (ib->ctx->notify_func2)
> {
> @@ -1033,7 +1033,7 @@ handle_external_item_change_wrapper(cons
> }
> svn_error_clear(err);
> return SVN_NO_ERROR;
> - }
> + }*/
Commented-out code accidentally committed?
>
> return svn_error_return(err);
> }
> @@ -1374,7 +1374,7 @@ svn_client__do_external_status(svn_clien
> if (kind != svn_node_dir)
> continue;
>
> - /* Tell the client we're staring an external status set. */
> + /* Tell the client we're starting an external status set. */
> if (ctx->notify_func2)
> (ctx->notify_func2)
> (ctx->notify_baton2,
>
>
>
--
Johan
Received on 2011-05-13 09:27:42 CEST