Reputation: 2241
Until recently my team has worked with self-hosted SVN and used SubversionNotify to send out well-formatted commit notification emails.
We are migrating to a hosted SVN repository which means we no longer have direct access to the server on which SVN runs. As a result we can't install SubversionNotify. I've considered trying to invoke SubversionNotify remotely, but it relies on the svnlook command which only works when executed on the host server. The host does not provide any way to use SVN hooks.
We have TeamCity and are able to fire tasks when something has changed in the repo - is there any way to create the emails using this technique?
Upvotes: 1
Views: 37
Reputation: 31
Your hoster will do it or offer in app ways to install post commit hooks.
Upvotes: 1
Reputation: 30662
You should ask your SVN hoster this question. The answer strictly depends on the options the hoster offers.
Upvotes: 1