Is there a way to Auto-Watch ?

2004-07-29 Thread Dan White
Is there a way to enable file watching automatically or am I going to have to cobble up some sort of a crufty cron script ? Thanks. ___ Info-cvs mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/info-cvs

Re: Is there a way to Auto-Watch ?

2004-07-29 Thread Mark D. Baushke
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Dan White [EMAIL PROTECTED] writes: Is there a way to enable file watching automatically or am I going to have to cobble up some sort of a crufty cron script ? That depends on what kind of watching you want.

Re: Is there a way to Auto-Watch ?

2004-07-29 Thread Dan White
The task manager has decreed that all changes to all files will be checked in on a daily basis. (Despite the attempted reasoning about how CVS ain't built that way) So, we need to have all files watched, and set to notify the Build Manager role account when folks edit, unedit, and commit. I

Re: Is there a way to Auto-Watch ?

2004-07-29 Thread Frederic Brehm
At 01:05 PM 7/29/2004, Dan White wrote: The task manager has decreed that all changes to all files will be checked in on a daily basis. (Despite the attempted reasoning about how CVS ain't built that way) Give everyone a branch to work on and let them commit whenever they want. When they are

Re: Is there a way to Auto-Watch ?

2004-07-29 Thread Mark D. Baushke
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Dan White [EMAIL PROTECTED] writes: The task manager has decreed that all changes to all files will be checked in on a daily basis. (Despite the attempted reasoning about how CVS ain't built that way) So, we need to have all files watched, and

Re: Is there a way to Auto-Watch ?

2004-07-29 Thread Larry Jones
Mark D. Baushke writes: You probably only need to add new 'watch' statements as new files are added to the system. So, something that is wired into the 'loginfo' to look for new files and have them watched might be the way to go. Is that necessary? Doesn't watching a directory automatically

Re: Is there a way to Auto-Watch ?

2004-07-29 Thread Dan White
On Thu, 29 Jul 2004, Mark D. Baushke wrote: Dan White [EMAIL PROTECTED] writes: The task manager has decreed that all changes to all files will be checked in on a daily basis. (Despite the attempted reasoning about how CVS ain't built that way) So, we need to have all files

Re: Is there a way to Auto-Watch ?

2004-07-29 Thread Mark D. Baushke
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Larry Jones [EMAIL PROTECTED] writes: Mark D. Baushke writes: You probably only need to add new 'watch' statements as new files are added to the system. So, something that is wired into the 'loginfo' to look for new files and have them

Re: Is there a way to Auto-Watch ?

2004-07-29 Thread Mark D. Baushke
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Dan White [EMAIL PROTECTED] writes: On Thu, 29 Jul 2004, Mark D. Baushke wrote: Dan White [EMAIL PROTECTED] writes: The task manager has decreed that all changes to all files will be checked in on a daily basis. (Despite the attempted

Re: Is there a way to Auto-Watch ?

2004-07-29 Thread Dan White
On Thu, 29 Jul 2004, Mark D. Baushke wrote: Larry Jones [EMAIL PROTECTED] writes: Mark D. Baushke writes: You probably only need to add new 'watch' statements as new files are added to the system. So, something that is wired into the 'loginfo' to look for new files and have them

Re: Is there a way to Auto-Watch ?

2004-07-29 Thread Dan White
On Thu, 29 Jul 2004, Mark D. Baushke wrote: Dan White [EMAIL PROTECTED] writes: On Thu, 29 Jul 2004, Mark D. Baushke wrote: Dan White [EMAIL PROTECTED] writes: The task manager has decreed that all changes to all files will be checked in on a daily basis. (Despite the

RE: Is there a way to Auto-Watch ?

2004-07-29 Thread Jim.Hyslop
Mark D. Baushke wrote: Actually, it may be that 'cvs watch on' may be inherited, but 'cvs watch add' that is not. 'cvs watch add' is inherited. At least, it is in my current project - I added some new files yesterday, and 'cvs watchers' shows a list of people, including myself, and I know I