Default - Non-Interactive
Is there a way to make all svn commands by default act as if they were passed the -non-interactive option? We have some wrapper executables that execute a series of svn commands that hang when they get into conflict since the subversion client was upgraded to 1.5.1 due to interactive conflict resolution.
Ideally I would like to just defer by default. Thank you in advance.
+2
Phillip benages
source
to share
2 answers
there is a global or custom setting inside subversion config files.
your switch is called:
interactive-conflicts = [yes | no]
default is yes
look here for more information.
+5
Peter parker
source
to share
What's wrong with explicitly passing --Non-Interactive in your shell executables?
+1
David Seiler
source
to share