Subversion - How to disable the requirement of commit message in svn? -
how disable requirement of commit message in svn?
i don't mean pre-commit
hook insert 1 space empty message
. mean disable requirement in server configuration.
there no server-side default requirement commit messages @ all. way control either server-side pre-commit hook or client-side settings.
svnbook | repository maintenance:
on validation side of things, start-commit , pre-commit hooks used allow or disallow commits based on various criteria: author of commit, formatting and/or content of log message describes commit, , low-level details of changes made files , directories in commit.
Comments
Post a Comment