Is there a good way to to get a commitinfo entry to always run on
files under a certain directory, even if the person committing the
file is doing it from a subdirectory of that directory?   For example,
say I want everything under the directory $CVSROOT/Top checked by a
program, and a user does this:

$ co Top
$ cd Top/subdir
$ edit some.file
$ cvs commit some.file

   Then a regex of ^Top in commitinfo won't match on this commit, at
least not in the tests I tried.   
   I'm running version 1.10 on UNIX.

Thanks,
Gabriel

Reply via email to