On Sat, 2004-06-19 at 18:37, Lester Caine wrote:
> Timm Friebe wrote:
[...]
> > Use rsync:
> > 
> > -- snip rsync.sh from our php.net mirror --
> > #!/bin/sh
> > 
> > base="/home/httpd/php3.de"
> > /usr/local/bin/rsync -avzC --delete --delete-after rsync.php.net::phpweb
> > $base/doc_root >/dev/null
> > -- /snip --
> 
> And now in English ?

Don't use a cvs checkout, use the above shell script. If you use a cvs
checkout, you'll have to start the build script, which takes quite a
while to complete. The rsync should be faster and you can be sure you
have an exact copy of php.net, including all generated files.

- Timm

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to