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.