Update of /cvsroot/mysql-cocoa/Documentation
In directory usw-pr-cvs1:/tmp/cvs-serv10966
Added Files:
website_update.txt
Log Message:
Added a description of haow updating website from the CVS.
Serge Cohen; MySQL Cocoa Project, May 15th 2002.
--- NEW FILE: website_update.txt ---
# Do a SSH connection to shell1 :
ssh ser...@sh...
# 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
# Check for differences:
diff -R old_htdocs htdocs
# Delete the old version
rm -rf old_htdocs
|