johannes                                 Sat, 14 May 2011 18:02:59 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=311017

Log:
- Fix svn command

Changed paths:
    U   php/php-src/trunk/README.RELEASE_PROCESS

Modified: php/php-src/trunk/README.RELEASE_PROCESS
===================================================================
--- php/php-src/trunk/README.RELEASE_PROCESS    2011-05-14 17:51:38 UTC (rev 
311016)
+++ php/php-src/trunk/README.RELEASE_PROCESS    2011-05-14 18:02:59 UTC (rev 
311017)
@@ -25,7 +25,7 @@

 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

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to