918 B
It is easy to send Zulips on SVN commits, by configuring a post-commit hook. To do this:
{!create-stream.md!}
Then:
-
{!download-python-bindings.md!}
-
Install
pysvn
. On Linux, you can install thepython-svn
package. On other platforms, you can install a binary or from source by following the instructions on the pysvn website.
-
{!change-zulip-config-file.md!}
-
Copy
integrations/svn/zulip_svn_config.py
andintegrations/svn/post-commit
from the API bindings directory to thehooks
subdirectory 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 in
zulip_svn_config.py
. Make sure that everyone interested in getting
these post-commit Zulips is subscribed to that stream!
{!congrats.md!}