--- web/cgi-bin/cvslog.cgi 2001/06/13 17:44:03 1.13 +++ web/cgi-bin/cvslog.cgi 2001/06/15 16:11:17 1.15 @@ -30,7 +30,7 @@ my($modulelist)=$query->param('module'); $modulelist = `ls $cvsroot` unless defined $modulelist; my($cvs2clpath) = "/home/sites/www.i-scream.org.uk/bin/cvs2cl.pl"; -my($cvs2clargs) = "--stdout -r -b -t -w -U $cvsroot/CVSROOT/users -l \"-d'\>$firstdate'\" -g \"-d$cvsroot\" -g \"-Q\""; +my($cvs2clargs) = "--stdout -r -b -t -w -S -U $cvsroot/CVSROOT/users -l \"-d'\>$firstdate'\" -g \"-d$cvsroot\" -g \"-Q\""; my($updatecmd) = "/home/sites/www.i-scream.org.uk/bin/fullcvsupdate.sh $modulelist"; my($logcmd) = "cd /home/sites/www.i-scream.org.uk/cvsscripttemp && $cvs2clpath $cvs2clargs"; @@ -49,7 +49,7 @@ print <<"END";
\n$module module\n |
\n$module module\n |
\n"; my(@lines) = `$logcmd $module 2>&1`; |