zulip/templates/zerver/integrations/svn.md
Adam Birds bd79428a19 integrations: Update SVN Documentation.
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.
2021-03-16 15:29:47 -07:00

960 B
Raw Blame History

It is easy to send Zulips on SVN commits, by configuring a post-commit hook. To do this:

  1. {!create-stream.md!}

  2. {!download-python-bindings.md!}

  3. Install pysvn. On Linux, you can install the python-svn package. On other platforms, you can install a binary or from source by following the instructions on the pysvn website.

  4. {!change-zulip-config-file-indented.md!}

  5. Copy integrations/svn/zulip_svn_config.py and integrations/svn/post-commit from the API bindings directory to the hooks subdirectory of your SVN repository.

  6. The default stream used by this post-commit hook is commits; if youd prefer a different stream, change it now in zulip_svn_config.py. Make sure that everyone interested in getting these post-commit Zulips is subscribed to that stream!

{!congrats.md!}

SVN commit bot message