up vote 1 down vote favorite
share [g+] share [fb]

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

link|improve this question

feedback

3 Answers

up vote 2 down vote accepted

If you're using Windows, take a look at SVN Monitor

link|improve this answer
Very nice in did. Haven't seen this one yet. Does it also allow one to configure types of notifications (ie. notify me for "new files" and "changed files" but not "deleted")? – Robert Koritnik Jan 13 '10 at 8:46
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.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.