Re: Programming a Watcher File
From: David Weintraub <qazwart_at_gmail.com>
Date: Mon, 8 Mar 2010 15:32:28 -0500
I'm almost finished my second notification scheme. Each user their own
[FILE Lock Watch directory as read-only]
[FILE Now allow users to edit their own watch file]
Watch files will be composed of three lines. The first is the email line:
email = qazwart_at_gmail.com
Users can have as many email lines as their heart desires, and I'll
There are two other lines in the file:
file = /foo/trunk/mail/src/java/**/*.java
and
regex = ^foo/.*\.java$
The "file" line is for Ant glob type expressions where "*" is a series
Of course, I don't notify the user of self changes.
I am still testing, but I'm willing to give this to anyone who wants to try it.
The other watch file trigger is for a manager to specify who gets
-- David Weintraub qazwart_at_gmail.comReceived on 2010-03-08 21:32:57 CET |
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.