第5章 プロジェクトモニター

目次

プロジェクトをモニターに追加
モニターダイアログ
Main operations

プロジェクトモニターは、リポジトリを監視して新しいコミットがあった時に通知する便利なツールです。

プロジェクトは作業コピーのパスかリポジトリのURLで監視することができます。

The project monitor scans each project in a configurable interval, and every time new commits are detected a notification popup is shown. Also the icon that is added to the system tray changes to indicate that there are new commits.

Snarl

If Snarl is installed and active, then the project monitor automatically uses Snarl to show the notifications about newly detected commits.

プロジェクトをモニターに追加

プロジェクトモニターを初めて使用するとき、左側のツリービューは空です。プロジェクトを追加するには、ダイアログの上にあるプロジェクトを追加と書かれたボタンをクリックしてください。

図5.1 プロジェクトモニターのプロジェクトの編集ダイアログ

プロジェクトモニターのプロジェクトの編集ダイアログ


監視するプロジェクトを追加するには、必要な項目を入力してください。プロジェクトの名称は必須ですが、それ以外の情報は任意です。

パスまたはURLのボックスが空欄の場合、フォルダーが追加されます。これはグループを監視するプロジェクトで有用です。

ユーザー名パスワードの欄はリポジトリが匿名読み取りアクセスを許可していない場合で、認証情報がSubversion自身に格納されていない場合にのみ入力する必要があります。TortoiseSVNやその他のSVNクライアントで監視されているリポジトリにアクセスしている場合で、すでに認証情報が格納されている場合、ここは空欄にしてください。パスワードが変更された際に、プロジェクトを編集する必要はありません。

監視間隔(分) は監視する間の待ち時間を指定します。最小間隔は1分です。

チェック間隔

If there are a lot of users monitoring the same repository and the bandwidth on the server is limited, a repository admin can set the minimum for check intervals using an svnrobots.txt file. A detailed explanation on how this works can be found on the project monitor website:

http://stefanstools.sourceforge.net/svnrobots.html