Home » Questions » Computers [ Ask a new question ]

SVN Change Notifier

SVN Change Notifier

Anyone knows of an good and configurable application that would notify users of changes on either certain repositories/folders/files on SVN?

Asked by: Guest | Views: 301
Total answers/comments: 2
Guest [Entry]

If you're using Windows, take a look at SVN Monitor
Guest [Entry]

Subversion also supports "hook scripts" which run when certain events occur in a repository. A post-commit hook script could send email, call an API, send an SMS message... whatever you need. See "Implementing Repository Hooks" in SVN Book.