This is an automated email from the ASF dual-hosted git repository.
twice pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/fory-site.git
The following commit(s) were added to refs/heads/main by this push:
new 7d902a913 No need to check out entire SVN tree (#358)
7d902a913 is described below
commit 7d902a913b49ad1ecf631a5aaa2e681dd54423fa
Author: Sebb <[email protected]>
AuthorDate: Sat Nov 15 15:12:55 2025 +0000
No need to check out entire SVN tree (#358)
---
docs/community/how_to_release.md | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/docs/community/how_to_release.md b/docs/community/how_to_release.md
index a43e8141a..e64f9195b 100644
--- a/docs/community/how_to_release.md
+++ b/docs/community/how_to_release.md
@@ -149,8 +149,7 @@ The svn repository of the release branch is:
https://dist.apache.org/repos/dist/
Please add the public key to KEYS in the release branch:
```bash
-svn co https://dist.apache.org/repos/dist/release/fory fory-dist
-# As this step will copy all the versions, it will take some time. If the
network is broken, please use svn cleanup to delete the lock before re-execute
it.
+svn co --depth=files https://dist.apache.org/repos/dist/release/fory fory-dist
cd fory-dist
(gpg --list-sigs [email protected] && gpg --export --armor
[email protected]) >> KEYS # Append your key to the KEYS file
svn add . # It is not needed if the KEYS document exists before.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]