For Programmers: Free Programming Magazines  


Home > Archive > PHP Mirrors > October 2006 > cvs: php-gcov-web(SOC06) /cron cron.sh









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author cvs: php-gcov-web(SOC06) /cron cron.sh
Nuno Lopes

2006-10-31, 7:00 pm

nlopess Tue Oct 31 14:22:29 2006 UTC

Modified files: (Branch: SOC06)
/php-gcov-web/cron cron.sh
Log:
call cvs update with -Pd

http://cvs.php.net/viewvc.cgi/php-g...9&diff_format=u
Index: php-gcov-web/cron/cron.sh
diff -u php-gcov-web/cron/cron.sh:1.1.2.18 php-gcov-web/cron/cron.sh:1.1.2.19
--- php-gcov-web/cron/cron.sh:1.1.2.18 Sat Oct 21 11:20:31 2006
+++ php-gcov-web/cron/cron.sh Tue Oct 31 14:22:29 2006
@@ -17,7 +17,7 @@
# | Nuno Lopes <nlopess@php.net> |
# +----------------------------------------------------------------------+

-# $Id: cron.sh,v 1.1.2.18 2006/10/21 11:20:31 nlopess Exp $
+# $Id: cron.sh,v 1.1.2.19 2006/10/31 14:22:29 nlopess Exp $

source ./config.sh
export LC_ALL=C
@@ -96,10 +96,10 @@
cd ${PHPROOT}
if [ -d ${PHPTAG} ]; then
cd ${PHPTAG}
- cvs -q up
+ cvs -q up -Pd
# CVS doesn't update the Zend dir automatically
cd Zend
- cvs -q up
+ cvs -q up -Pd
cd ..
else
cvs -q -d ${CVSROOT} co -d ${PHPTAG} -r ${CVSTAG} php-src
Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com