Anyone knows of an good and configurable application that would notify users of changes on either certain repositories/folders/files on SVN?
|
feedback
|
|
If you're using Windows, take a look at SVN Monitor | |||
feedback
|
|
| |||
|
feedback
|
|
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. | |||
|
feedback
|