ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/web/cgi-bin/cvslog.cgi
(Generate patch)

Comparing web/cgi-bin/cvslog.cgi (file contents):
Revision 1.5 by tdb, Tue Jun 5 16:19:00 2001 UTC vs.
Revision 1.6 by tdb, Tue Jun 5 17:20:12 2001 UTC

# Line 29 | Line 29 | print "Content-type: text/html\n\n";
29   my($cvs) = "/usr/bin/cvs";
30   my($cvs2clpath) = "/home/sites/www.i-scream.org.uk/bin/cvs2cl.pl";
31   my($cvsroot) = "/cvs/i-scream";
32 #my($cvs2clargs) = "--stdout -r -b -t -w -U $cvsroot/CVSROOT/users -l \"-d'\>$today'\" -g \"-d$cvsroot\" -g \"-Q\"";
32   my($cvs2clargs) = "--stdout -r -b -t -w -U $cvsroot/CVSROOT/users -l \"-d'\>$firstdate'\" -g \"-d$cvsroot\" -g \"-Q\"";
33 < my($updatecmd) = "cd /home/sites/www.i-scream.org.uk/cvsscripttemp && $cvs -d $cvsroot -Q update -d";
33 > my($updatecmd) = "/home/sites/www.i-scream.org.uk/bin/fullcvsupdate.sh";
34   my($logcmd) = "cd /home/sites/www.i-scream.org.uk/cvsscripttemp && $cvs2clpath $cvs2clargs";
35  
36   print <<"END";

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines