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

Popular posts from this blog

python - pip install -U PySide error -

arrays - C++ error: a brace-enclosed initializer is not allowed here before ‘{’ token -

cytoscape.js - How to add nodes to Dagre layout with Cytoscape -