Timm Friebe wrote:

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.

So I'm basically stuffed ?

And I'm only trying to help.

Anybody know how to use this script with Eclipse CVS on Windows ?

--
Lester Caine
-----------------------------
L.S.Caine Electronic Services

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



Reply via email to