Tadeusz writes: > > The script/code listed in commitinfo is invoked with directory path and > names of files just before they are to be checked. But how can I access > the actual file to verify that it is 'conforming' ?
The script is invoked in the directory containing the files to be committed, so you can just open them by name. The directory name is provided for reference (in case you want to do different checks in different directories), you don't need to use it to access the files. -Larry Jones I don't want to be THIS good! -- Calvin _______________________________________________ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs
