From: Johannes Schlüter Date: Sat, 14 May 2011 18:02:59 +0000 (+0000) Subject: - Fix svn command X-Git-Tag: php-5.4.0alpha1~191^2~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f536be81c140533aa48493f9d853ab6922db07dc;p=php - Fix svn command --- diff --git a/README.RELEASE_PROCESS b/README.RELEASE_PROCESS index a938568c53..2ae5898b6b 100644 --- a/README.RELEASE_PROCESS +++ b/README.RELEASE_PROCESS @@ -25,7 +25,7 @@ Most developers should have this. Moving extensions from php-src to PECL - Checkout the pecl directory, most likely you want a sparse-root checkout - svn co --set-depth=empoty https://svn.php.net/repository/pecl + svn co --depth=empty https://svn.php.net/repository/pecl - Create an directory for the extension incl. branch and tag structure, no trunk at this point and commit this to svn cd pecl; mkdir foo foo/tags foo/branches; svn add foo; svn commit