ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/misc/scripts/shell/cvslog.sh
(Generate patch)

Comparing misc/scripts/shell/cvslog.sh (file contents):
Revision 1.7 by tdb, Mon Feb 4 00:43:52 2002 UTC vs.
Revision 1.10 by tdb, Sat Sep 27 17:21:31 2003 UTC

# Line 30 | Line 30 | CVS2CLPATH="/home/sites/www.i-scream.org.uk/bin/cvs2cl
30  
31   # command line args for cvs2cl
32   #CVS2CLARGS="-w -r -b -t -U ${CVSROOT}/CVSROOT/users -l \"-dyesterday<today\" -g \"-d${CVSROOT}\" -g \"-Q\""
33 < CVS2CLARGS="-w -r -t -U ${CVSROOT}/CVSROOT/users -l \"-dyesterday<today\" -g \"-d${CVSROOT}\" -g \"-Q\""
33 > CVS2CLARGS="--no-wrap --no-common-dir -w -r -t -S -U ${CVSROOT}/CVSROOT/users -l \"-dyesterday<today\" -g \"-d${CVSROOT}\" -g \"-Q\""
34  
35   # cvs2cl command
36   CVS2CL="${CVS2CLPATH} ${CVS2CLARGS}"
# Line 51 | Line 51 | CVSLOGLINE="This log is viewable online at ${CVSLOGURL
51  
52   ## code
53  
54 < ${FULLCVSUPDATE}
54 > ${FULLCVSUPDATE} >/dev/null 2>&1
55  
56   MODULES=`ls ${CVSROOT}`
57  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines