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

bug: --non-interactive is not global

From: Leo Savernik <l.savernik_at_aon.at>
Date: 2005-07-11 17:55:46 CEST

Hello,

I've noticed that --non-interactive produces errors on certain commands like
"revert". This makes it unnecessarily complicated to use svn from within a
script with a usage pattern like this:

global_svn_opts="--non-interactive ..." # non-interactive because it is a
script

...

svn $global_svn_opts up ...

...

svn $global_svn_opts switch ...

...

svn $global_svn_opts revert # ERROR: will complain here, but should not

It would be cleaner to accept --non-interactive as a global option, even if it
takes no effect for the current command instead of aborting.

mfg
        Leo

PS.: Please CC me, I'm not subscribed.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Jul 11 20:44:20 2005

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.