This is an automated email from the ASF dual-hosted git repository.
wave pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tooling-docs.git
The following commit(s) were added to refs/heads/main by this push:
new 3b6d63a Add transition 1B
3b6d63a is described below
commit 3b6d63a0c30f1781d99e69be041a49a4f26fe141
Author: Dave Fisher <[email protected]>
AuthorDate: Fri Jan 9 09:01:30 2026 -0800
Add transition 1B
Added details about ATR's interaction with SVN and rsync, including new
flowcharts.
---
content/pages/svn-dist.md | 23 ++++++++++++++++++++++-
1 file changed, 22 insertions(+), 1 deletion(-)
diff --git a/content/pages/svn-dist.md b/content/pages/svn-dist.md
index 745a5ba..b67be39 100644
--- a/content/pages/svn-dist.md
+++ b/content/pages/svn-dist.md
@@ -50,10 +50,31 @@ flowchart
1. **ATR writes to SVN** - ATR Releases write to `svn:dist/release` as an
interim step.
+ - (a) ATR commits new changes to SVN dist release.
+
+```mermaid
+flowchart
+ subgraph Transition 1A
+ ATR[releases.apache.org]
+ A[svn:dist/release]
+ ATR -->|svn| A
+ B[rsync.apache.org]
+ A -->|svn| B
+ C["downloads.apache.org"]
+ D[archive.apache.org]
+ B -->|rsync| C
+ B -->|rsync| D
+ end
+```
+
+ - (b) ATR both watches changes to and commits new changes to SVN dist
release.
+
```mermaid
flowchart
- subgraph Transition 1
+ subgraph Transition 1B
+ AA[svn:dist/release]
ATR[releases.apache.org]
+ AA -->|svn| ATR
A[svn:dist/release]
ATR -->|svn| A
B[rsync.apache.org]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]