|
From: <ho...@us...> - 2004-01-14 20:19:26
|
Update of /cvsroot/ganc/CVSROOT
In directory sc8-pr-cvs1:/tmp/cvs-serv28338
Modified Files:
loginfo
Log Message:
Commented line in 'loginfo' that tried to output commit info to file
$CVSROOT/CVSROOT/commitlog
It didn't work, giving a little error message in every commit.
Index: loginfo
===================================================================
RCS file: /cvsroot/ganc/CVSROOT/loginfo,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** loginfo 13 Dec 2003 22:59:24 -0000 1.6
--- loginfo 14 Jan 2004 20:19:20 -0000 1.7
***************
*** 29,32 ****
#DEFAULT (echo "") >> $CVSROOT/CVSROOT/history
! ALL (echo ""; id; echo %{sVv}; date; cat) >> $CVSROOT/CVSROOT/commitlog
ALL /cvsroot/sitedocs/CVSROOT/cvstools/syncmail %{sVv} gan...@li...
--- 29,32 ----
#DEFAULT (echo "") >> $CVSROOT/CVSROOT/history
! #ALL (echo ""; id; echo %{sVv}; date; cat) >> $CVSROOT/CVSROOT/commitlog
ALL /cvsroot/sitedocs/CVSROOT/cvstools/syncmail %{sVv} gan...@li...
|