Skip to content

Commit f536be8

Browse files
committed
- Fix svn command
1 parent a0ae7e5 commit f536be8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.RELEASE_PROCESS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Most developers should have this.
2525

2626
Moving extensions from php-src to PECL
2727
- Checkout the pecl directory, most likely you want a sparse-root checkout
28-
svn co --set-depth=empoty https://svn.php.net/repository/pecl
28+
svn co --depth=empty https://svn.php.net/repository/pecl
2929
- Create an directory for the extension incl. branch and tag structure,
3030
no trunk at this point and commit this to svn
3131
cd pecl; mkdir foo foo/tags foo/branches; svn add foo; svn commit

0 commit comments

Comments
 (0)