Details : Below is session saved with "script" (unnecessary stuff removed of cource for clarity), U can see some addional info that is printed from loginfo script... Don't worry about "typescript" it is where the session is saved.
RedHat 7.1/custom-kernel2.4.9/CVS1.11 =================================== Script started on Fri Sep 28 16:49:23 2001 [root@vfserver miscs]# mcedit httpd.conf [root@vfserver miscs]# mcedit ./test/newfile [root@vfserver miscs]#cvs -d ci -m '' cvs commit: Examining . cvs commit: Examining test ? typescript Checking in test/newfile; /arh/cvs/vf/miscs/test/newfile,v <-- newfile new revision: 1.7; previous revision: 1.6 done ARGS: vf/miscs/test newfile --------- Update of /arh/cvs/vf/miscs/test --------- [root@vfserver miscs]# cvs ci -m '' cvs commit: Examining . cvs commit: Examining test ? typescript Checking in httpd.conf; /arh/cvs/vf/miscs/httpd.conf,v <-- httpd.conf new revision: 1.30; previous revision: 1.29 done ARGS: vf/miscs httpd.conf --------- Update of /arh/cvs/vf/miscs --------- [root@vfserver miscs]# exit Script done on Fri Sep 28 16:50:51 2001 ================================= | hi, me again... | | I'm tring to get the idea what comes on the STDIN on a loginfo-script, but | meanwhile I got strange behavior, when I was tring to see what happens if | there is several files to be commited (but from different directories). | | Scenario : | | /project/blah/testfile1 | /project/blah/test2/testfile2 | | OK, I make change on both files.. then .. | | cd /project/blah | cvs -d stuff -m '' ci | | What happens is that only "/project/blah/test2/testfile2" is commited, if I | issue : | cvs -d stuff -m '' ci | again.. the "/project/blah/testfile1" is also updated. | The questions is isn't it expected that on the first commit both files has | to be updated in CVS-repository... | And the consequance is that I can understand what I will get on the STDIN on | my loginfo-script.. | | Any ideas | ===== | iVAN | [EMAIL PROTECTED] | ===== | | | | | | _______________________________________________ | Info-cvs mailing list | [EMAIL PROTECTED] | http://mail.gnu.org/mailman/listinfo/info-cvs _______________________________________________ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs
