I would like to know if there is any version of this software for linux or any equivalent: svn notifier
feedback
|
|
I don't know of anything (SVN Notifier is a new one on me, but I see the usefulness of it), but using the SVN::Notify Perl module combined with something like libnotify shouldn't be too difficult. | |||||||
feedback
|
|
The svn-specific tool isn't necessary on Linux, because linux has more general tools that do this easily. See incron, for instance, which uses inotify. You should be able to set this up to monitor any file and run commands (svn or otherwise) when changes occur. | |||
|
feedback
|
|
Try specto (Its a general notifier written in python) It works with SVN, RSS, Email, etc... http://specto.sourceforge.net/ It is far better than SVN Notifier for me because it is general ;) | |||
|
feedback
|
|
Searching around I find SVN::Notify that looks pretty similar. | |||
feedback
|