[Mysql-cocoa-commits] CVS: Documentation website_update.txt,1.1,1.2
Brought to you by:
sergecohen
From: Serge C. <ser...@us...> - 2003-08-19 23:31:13
|
Update of /cvsroot/mysql-cocoa/Documentation In directory sc8-pr-cvs1:/tmp/cvs-serv4424 Modified Files: website_update.txt Log Message: Modified the instruction to update the website using CVS synchronisation. It is now shorter (half the number of instruction before). 2003-08-20; Serge Cohen. Index: website_update.txt =================================================================== RCS file: /cvsroot/mysql-cocoa/Documentation/website_update.txt,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** website_update.txt 15 May 2002 13:11:23 -0000 1.1 --- website_update.txt 19 Aug 2003 22:46:42 -0000 1.2 *************** *** 4,12 **** # There update the website (from CVS), remove CVS directory ... cd /home/groups/m/my/mysql-cocoa/ - mv htdocs old_htdocs cvs -dsergecohen@cvs1:/cvsroot/mysql-cocoa co website ! cd website ! find . -name "CVS" -exec rm -rf {} \; ! cd .. mv website htdocs --- 4,10 ---- # There update the website (from CVS), remove CVS directory ... cd /home/groups/m/my/mysql-cocoa/ cvs -dsergecohen@cvs1:/cvsroot/mysql-cocoa co website ! find website -name "CVS" -exec rm -rf {} \; ! mv htdocs old_htdocs mv website htdocs |