How to require commit messages in VisualSVN server?

后端 未结 10 1895
故里飘歌
故里飘歌 2020-12-07 12:00

We\'ve got VisualSVN Server set up as our Subversion server on Windows, and we use Ankhsvn + TortoiseSVN as clients on our workstations.

How can you configure the se

10条回答
  •  醉梦人生
    2020-12-07 12:12

    Prior to adding commit hooks to my server, I just distributed svnprops to the TortoiseSVN clients.

    So, as an alternative:

    In TortoiseSVN -> Properties property name - add/set tsvn:logminsize appropriately.

    This of course is no guarantee on the server as clients/users can opt not to do it, but you can distribute svnprops files if you like. This way, users don't have to set their own values - you can provide them to all users.

    This also works for things like bugtraq: settings to link issue tracking stuff in the logs.

提交回复
热议问题