Download
Submitted by steveking on Sat, 2007-11-17 16:30.
The CommitMonitor is available under the GP licence (GPL).
You can either download an msi installer or a zipped exe file, whatever suits you:
Of course, the source code is available too. You can browse or check it out directly from the Subversion repository.
The changelog:
Version 1.1.1:
- Ignoring the own commits did not work properly
- The "ignore own commits" setting was not applied to new children of SVNParentPath urls
- When ignored commits together with other commits were detected, the notification showed the count of new commits including the own commits instead of just the other commits
- When diffing a revision, the authentication was not set which would result in an "authentication failed" error
Version 1.1.0:
- NEW: The first URL which has unread items is automatically selected when the dialog is shown. See Issue #12 for details.
- NEW: An error is shown if the user tries to add a file:/// url to monitor. See Issue #11 for details.
- NEW: Own commits can be ignored. If ignored, no notification is shown and the log entries are automatically marked as 'read'. See Issue #4 for details.
- NEW: Instead of an error message box, connection errors are now shown in the log message box and go away with a doubleclick. See Issue #3 for details.
- BUG: The window position was not remembered. See Issue #8 for details.
- BUG: Passwords were stored in cleartext. See Issue #5 for details.
- BUG: SVNParentPath with configured redirects did not work properly. See Issue #6 for details.
Version 1.0.0:
- First release