We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e272025 commit 3b6d63aCopy full SHA for 3b6d63a
1 file changed
content/pages/svn-dist.md
@@ -50,10 +50,31 @@ flowchart
50
51
1. **ATR writes to SVN** - ATR Releases write to `svn:dist/release` as an interim step.
52
53
+ - (a) ATR commits new changes to SVN dist release.
54
+
55
+```mermaid
56
+flowchart
57
+ subgraph Transition 1A
58
+ ATR[releases.apache.org]
59
+ A[svn:dist/release]
60
+ ATR -->|svn| A
61
+ B[rsync.apache.org]
62
+ A -->|svn| B
63
+ C["downloads.apache.org"]
64
+ D[archive.apache.org]
65
+ B -->|rsync| C
66
+ B -->|rsync| D
67
+ end
68
+```
69
70
+ - (b) ATR both watches changes to and commits new changes to SVN dist release.
71
72
```mermaid
73
flowchart
- subgraph Transition 1
74
+ subgraph Transition 1B
75
+ AA[svn:dist/release]
76
ATR[releases.apache.org]
77
+ AA -->|svn| ATR
78
A[svn:dist/release]
79
ATR -->|svn| A
80
B[rsync.apache.org]
0 commit comments