Search code examples
svntortoisesvnconfiguration-management

SVN repository configuration


Is there any way to configure an SVN server such that it does not accept commits if a descriptive message related to changes are not entered or filled in?

PS: I use TortoiseSVN as the client and svnserve, version 1.4.2 (r22196) as the server (available default with the distribution).


Solution

  • Yes, you'll want to look at pre-commit hooks. This SO question might help you:

    How to require commit messages in VisualSVN server?