Initial script I used to populate the documentation checkouts.

This commit is contained in:
Jacques Marneweck
2004-08-05 23:00:02 +00:00
parent fa8fb608ae
commit 290577d9cd

31
scripts/populatedocs.sh Executable file
View File

@ -0,0 +1,31 @@
#!/usr/local/bin/bash
# +----------------------------------------------------------------------+
# | PHP Documentation Site Source Code |
# +----------------------------------------------------------------------+
# | Copyright (c) 1997-2004 The PHP Group |
# +----------------------------------------------------------------------+
# | This source file is subject to version 3.0 of the PHP license, |
# | that is bundled with this package in the file LICENSE, and is |
# | available at through the world-wide-web at |
# | http://www.php.net/license/3_0.txt. |
# | If you did not receive a copy of the PHP license and are unable to |
# | obtain it through the world-wide-web, please send a note to |
# | license@php.net so we can mail you a copy immediately. |
# +----------------------------------------------------------------------+
# | Authors: Jacques Marneweck <jacques@php.net> |
# +----------------------------------------------------------------------+
#
# $Id: populatedocs.sh,v 1.1 2004-08-05 23:00:02 jacques Exp $
cd /home/pure-ftpd-users/php001/docs.php.mirrors.powertrip.co.za
/bin/mkdir cvs
cd cvs
/usr/bin/cvs
echo "Checking out PHP docs..."
/usr/bin/cvs -d :pserver:jacques@cvs.php.net:/repository co phpdoc-all
echo "Checking out PHP GTK docs..."
/usr/bin/cvs -d :pserver:jacques@cvs.php.net:/repository co php-gtk-doc
echo "Checking out Smarty docs..."
/usr/bin/cvs -d :pserver:jacques@cvs.php.net:/repository co smarty/docs
echo "Checking out PEAR docs..."
/usr/bin/cvs -d :pserver:jacques@cvs.php.net:/repository co peardoc