svn commit
from the command line pulls up my editor for me to write a commit message. Then if the message is empty it asks
Log message unchanged or not specified
(a)bort, (c)ontinue, (e)dit:
I never use (or want to use) the continue or edit options. And, since I usually run the commit in the background, having to remember to fg
it in order to answer the question is annoying. I regularly get the bash: a: command not found
error.
I would like svn
to not ask and always abort (like git
does). Is there a configuration option for this?
Edit: I am using a repository at work that I share with more than 1K other developers and I am not an admin. So I need the auto-abort to work without modifying the server or its configuration.