summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Schlüter <johannes@php.net>2011-05-14 18:02:59 +0000
committerJohannes Schlüter <johannes@php.net>2011-05-14 18:02:59 +0000
commitf536be81c140533aa48493f9d853ab6922db07dc (patch)
tree02785e616df255c89ba8180fcb5f196e96c838c3
parenta0ae7e5828d79e23d0d55a3f5d61d5b95c559591 (diff)
downloadphp-git-f536be81c140533aa48493f9d853ab6922db07dc.tar.gz
- Fix svn command
-rw-r--r--README.RELEASE_PROCESS2
1 files changed, 1 insertions, 1 deletions
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