-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

[EMAIL PROTECTED] wrote:
> Jim,
> 
> "projects some_script
>   projects/drivers some_other_script "
> 
> You are right. My first script is executing fine.
> Meaning:
> 
> projects some_script is working, but projects/drivers
some_other_script is not working. Mean its nerver executed. I run this
script by hand its work, but not
> in cvs trigger.
> 
> Thus to me in loginfo its look for module. Since projects is a module
> 
and projects/drivers is not, thus if I turn it around like:
> 
> "projects/drivers some_other_script
> projects some_script" 
> 
> then its would not work either.

Yes, it will. The concept of a "module" does not exist outside the
modules file. Re-read the manual on the common file syntax: the first
part of the line is a regular expression which is compared against the
name of the directory being processed. The first matching regex will
halt the search.

Reverse the order, and everything will work fine.

- --
Jim Hyslop
Dreampossible: Better software. Simply.     http://www.dreampossible.ca
                 Consulting * Mentoring * Training in
    C/C++ * OOD * SW Development & Practices * Version Management
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (MingW32)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFEMs5RLdDyDwyJw+MRAsWqAJwIyFtg4KI257K5Ox0zni4l4qRwTQCfbJgS
7NIFFODHf6rZvwpGZc93A6E=
=jhBQ
-----END PGP SIGNATURE-----



_______________________________________________
info-cvs mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/info-cvs

Reply via email to