From f536be81c140533aa48493f9d853ab6922db07dc Mon Sep 17 00:00:00 2001 From: =?utf8?q?Johannes=20Schl=C3=BCter?= Date: Sat, 14 May 2011 18:02:59 +0000 Subject: [PATCH] - Fix svn command --- README.RELEASE_PROCESS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.40.0