From: Francesco M. <fr...@us...> - 2007-02-06 22:26:06
|
Update of /cvsroot/wxlua/website In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv6024 Modified Files: updatesite.sh Log Message: do clean updates instead of simple updates Index: updatesite.sh =================================================================== RCS file: /cvsroot/wxlua/website/updatesite.sh,v retrieving revision 1.28 retrieving revision 1.29 diff -C2 -d -r1.28 -r1.29 *** updatesite.sh 19 Jan 2007 20:43:44 -0000 1.28 --- updatesite.sh 6 Feb 2007 22:25:59 -0000 1.29 *************** *** 13,25 **** echo "Checking out website to htdocs dir from cvs" ! cvs -q update -P -d echo "Checking out the docs dir to the htdocs/docs dir from cvs" cd docs ! cvs -q update -P -d echo "Checking out the whole wxLua cvs repository to the htdocs/wxLua dir from cvs" cd wxLua ! cvs -q update -P -d } --- 13,25 ---- echo "Checking out website to htdocs dir from cvs" ! cvs -q update -P -C -d echo "Checking out the docs dir to the htdocs/docs dir from cvs" cd docs ! cvs -q update -P -C -d echo "Checking out the whole wxLua cvs repository to the htdocs/wxLua dir from cvs" cd wxLua ! cvs -q update -P -C -d } |