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

Re: svn commit: r1424037 - in /subversion/trunk/subversion: include/svn_cmdline.h libsvn_subr/cmdline.c svn/cl.h svn/svn.c tests/cmdline/getopt_tests_data/svn_help_log_switch_stdout tests/cmdline/update_tests.py

From: Stefan Sperling <stsp_at_elego.de>
Date: Wed, 19 Dec 2012 20:31:43 +0100

On Wed, Dec 19, 2012 at 08:18:44PM +0100, Bert Huijben wrote:
> > + /* If stdin is not a terminal and --force-interactive was not passed,
> > + * set --non-interactive. */
> > + if (!opt_state.force_interactive)
> > + opt_state.non_interactive = !svn_cmdline__stdin_isatty();
> > +
>
> This will disable checking for --non-interactive when stdin is not rerouted, or (if the arguments are parsed later) the check for both force and force not is to high up in this function.
>
> Bert
>

Thanks, fixed in r1424052.
Received on 2012-12-19 20:33:05 CET

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.