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

Re: [BUG] svn commit ignores --non-interactive

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2004-12-22 20:36:06 CET

Jim Correia <jim.correia@pobox.com> writes:

> Using r12491 (tip of trunk as of when I wrote this:
>
> $ ./subversion/clients/cmdline/svn ci --editor-cmd emacs
> --non-interactive /path/to/wc
>
> Log message unchanged or not specified
> a)bort, c)ontinue, e)dit
> a
> $
>
> When the log message came up in emacs, I exited without changing the
> text. I was given the prompt above even though I specified
> --non-interactive which claims
>
> --non-interactive : do no interactive prompting
>
> I would have expected it to abort by default, and log something to
> stderr claiming it had done so as a result of --non-interactive.
>
> Bug? Should I file an issue?

--non-interactive applies to authentication prompts. If we are going
to extend it to the log message then would it not make more sense for
it to prevent use of the editor as well, i.e. require you to use
either -m or -F.

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Dec 22 20:37:27 2004

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.