Skip to content

Commit 3b6d63a

Browse files
authored
Add transition 1B
Added details about ATR's interaction with SVN and rsync, including new flowcharts.
1 parent e272025 commit 3b6d63a

1 file changed

Lines changed: 22 additions & 1 deletion

File tree

content/pages/svn-dist.md

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,31 @@ flowchart
5050

5151
1. **ATR writes to SVN** - ATR Releases write to `svn:dist/release` as an interim step.
5252

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+
5372
```mermaid
5473
flowchart
55-
subgraph Transition 1
74+
subgraph Transition 1B
75+
AA[svn:dist/release]
5676
ATR[releases.apache.org]
77+
AA -->|svn| ATR
5778
A[svn:dist/release]
5879
ATR -->|svn| A
5980
B[rsync.apache.org]

0 commit comments

Comments
 (0)