--- web/cgi-bin/cvslog.cgi 2001/05/07 18:39:36 1.3 +++ web/cgi-bin/cvslog.cgi 2001/05/25 16:40:08 1.4 @@ -3,12 +3,13 @@ print "Content-type: text/html\n\n"; my($today) = `date \"+%Y/%m/%d\"`; +my($cvs) = "/home/cut/tdb1/bin/cvs"; my($cvs2clpath) = "/home/cut/tdb1/bin/cvs2cl"; my($cvsroot) = "/usr/local/proj/co600_10/cvs"; my($cvs2clargs) = "--stdout -r -b -t -w -U $cvsroot/CVSROOT/users -l \"-d'\>$today'\" -g \"-d$cvsroot\" -g \"-Q\""; -my($cmd) = "cd /home/cut/tdb1/cvsscripttemp && $cvs2clpath $cvs2clargs *"; +my($cmd) = "cd /home/cut/tdb1/cvsscripttemp && $cvs -d $cvsroot -Q update -d && $cvs2clpath $cvs2clargs *"; -my(@lines) = `$cmd`; +my(@lines) = `$cmd 2>&1`; print <<"END";