Monitor your repository

Monitor your repository with the CommitMonitor:

The CommitMonitor is a small application which sits in the system tray or runs in the background, checking Subversion repositories for new commits.

CommitMonitor main dialog

Read all about this new tool here.


Comments

Parent paths

A very promising tool, this one!

I installed it and everything went smoothly. There's one glitch though: If you enter a SVNParentPath as the URL, the UI automatically strips the last '/' character in the URL, resulting in "405 HTTP Method Not Allowed" when you try to actually refresh the URL. I found that you can fool the UI by entering a space after the final slash, but then all the repository URLs are malformed (e.g. //server/svn/ /repo1) and need to be fixed one by one...


Comments on commits

Very interesting tools, that can replace mail notifications in future.

For now there are two things that is missing:
1. Comments on commits in grid, where list of commits are shown.
2. Add some kind of link to list of modified files, that opens diff of that file. Or may be I need to seek some better diff tool.

Thanks.


Unrecognized URL scheme with CommitMonitor

I can't seem to get CommitMonitor working. Here is the URL of my SVN repository:

In CommitMoinitor, I have tried many various forms of this URL including:

<\\servername/hiddensharename$/SVNrepos/projectname/>

All attempts give me the following error:
===============
An error occured the last time CommitMonitor tried to access the url:
//\servername/hiddensharename$/SVNrepos/projectname
Unrecognized URL scheme for '//\servername/hiddensharename$/SVNrepos/projectname'
===============
What am I doing wrong?


only http(s) and svn

local paths and file:/// urls are not supported. Only http://, https://, svn:// and svn+ssh:// urls are supported.


Unrecognized URL scheme with CommitMonitor

May I please make support of file:/// urls (UNC paths) a feature request?