Hi When I execute cvs commit -m"blah" on a remote dev box, in a single src dir, that use's cvs in pserver mode , it sends all the file's that are under cvs src control to the pserver BUT not all the files need to be committed. The server process then execute a checkout on each file from the repository to determine which file to commit. SO how do you determine from within a commitinfo script which files are that are in the $TMDIR/cvs-serv[pid] go committed. The files passed as args to the comittinfo script are not correct if files from mutiple dirs are committed, the file names passed are from only the last dir committed
