]> granicus.if.org Git - php/commitdiff
- Fix svn command
authorJohannes Schlüter <johannes@php.net>
Sat, 14 May 2011 18:02:59 +0000 (18:02 +0000)
committerJohannes Schlüter <johannes@php.net>
Sat, 14 May 2011 18:02:59 +0000 (18:02 +0000)
README.RELEASE_PROCESS

index a938568c534f51e316c75c7487cf1495160af750..2ae5898b6bb53559ba616706e93298a670dbc64c 100644 (file)
@@ -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