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

Re: svn commit: r1337394 - in /subversion/trunk/subversion: libsvn_client/commit_util.c tests/cmdline/lock_tests.py

From: Greg Stein <gstein_at_gmail.com>
Date: Fri, 11 May 2012 23:39:27 -0400

On Fri, May 11, 2012 at 6:06 PM, <rhuijben_at_apache.org> wrote:
>...
> +++ subversion/trunk/subversion/libsvn_client/commit_util.c Fri May 11 22:06:19 2012
> @@ -616,7 +616,8 @@ harvest_status_callback(void *status_bat
>       case svn_wc_status_none:
>         return SVN_NO_ERROR;
>       case svn_wc_status_normal:
> -        if (!copy_mode && !status->conflicted)
> +        if (!copy_mode && !status->conflicted
> +            && !(just_locked && status->lock))
>           return SVN_NO_ERROR;
>         break;

Again: some commentary right here would be wonderful. We don't want to
use a log message to indicate what is going on here.

>...

Cheers,
-g
Received on 2012-05-12 05:40:13 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.