I have updated the docs for the SVN integration to properly indent the code block etc as well as using 1. for the numbers rather than 1. 2. and so on. Fixes part of #17633.
960 B
It is easy to send Zulips on SVN commits, by configuring a post-commit hook. To do this:
-
{!create-stream.md!}
-
{!download-python-bindings.md!}
-
Install
pysvn. On Linux, you can install thepython-svnpackage. On other platforms, you can install a binary or from source by following the instructions on the pysvn website. -
{!change-zulip-config-file-indented.md!}
-
Copy
integrations/svn/zulip_svn_config.pyandintegrations/svn/post-commitfrom the API bindings directory to thehookssubdirectory of your SVN repository. -
The default stream used by this post-commit hook is
commits; if you’d prefer a different stream, change it now inzulip_svn_config.py. Make sure that everyone interested in getting these post-commit Zulips is subscribed to that stream!
{!congrats.md!}
