You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/pages/svn-dist.md
+15-15Lines changed: 15 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,22 +37,22 @@ The legacy domains are currently connected to `svn:dist/release` as follows:
37
37
38
38
```mermaid
39
39
flowchart TD
40
-
subgraph Legacy
40
+
subgraph Legacy
41
41
A[svn:dist/release]
42
42
B[rsync.apache.org]
43
43
A -->|svn| B
44
44
C{"downloads.apache.org"}
45
45
D[archive.apache.org]
46
46
B -->|rsync| C
47
47
B -->|rsync| D
48
-
end
48
+
end
49
49
```
50
50
51
51
1.**ATR writes to SVN** - ATR Releases write to `svn:dist/release` as an interim step.
52
52
53
53
```mermaid
54
54
flowchart TD
55
-
subgraph Transition 1
55
+
subgraph Transition 1
56
56
ATR[releases.apache.org]
57
57
A[svn:dist/release]
58
58
ATR -->|svn| A
@@ -62,7 +62,7 @@ flowchart TD
62
62
D[archive.apache.org]
63
63
B -->|rsync| C
64
64
B -->|rsync| D
65
-
end
65
+
end
66
66
```
67
67
68
68
2.**ATR and Legacy are Integrated** - Insert ATR into the rsync chain.
@@ -72,7 +72,7 @@ flowchart TD
72
72
73
73
```mermaid
74
74
flowchart TD
75
-
subgraph Transition 2A
75
+
subgraph Transition 2A
76
76
A[svn:dist/release]
77
77
B[rsync.apache.org]
78
78
A -->|svn| B
@@ -82,7 +82,7 @@ flowchart TD
82
82
D[archive.apache.org]
83
83
ATR -->|rsync| C
84
84
ATR -->|rsync| D
85
-
end
85
+
end
86
86
```
87
87
88
88
Or
@@ -91,41 +91,41 @@ flowchart TD
91
91
92
92
```mermaid
93
93
flowchart TD
94
-
subgraph Transition 2B
94
+
subgraph Transition 2B
95
95
A[svn:dist/release]
96
96
subgraph ATR on Rsync
97
-
ATR[releases.apache.org]
98
-
B[rsync.apache.org]
99
-
ATR <--> B
97
+
ATR[releases.apache.org]
98
+
B[rsync.apache.org]
99
+
ATR <--> B
100
100
end
101
101
A -->|svn| ATR
102
102
C{"downloads.apache.org"}
103
103
D[archive.apache.org]
104
104
B -->|rsync| C
105
105
B -->|rsync| D
106
-
end
106
+
end
107
107
```
108
108
109
109
3.**Legacy is Retired** - `svn:dist/release` is retired.
110
110
111
111
```mermaid
112
112
flowchart TD
113
-
subgraph Transition 3
113
+
subgraph Transition 3
114
114
ATR[releases.apache.org]
115
115
C{"downloads.apache.org"}
116
116
D[archive.apache.org]
117
117
ATR -->|rsync| C
118
118
ATR -->|rsync| D
119
-
end
119
+
end
120
120
```
121
121
122
122
4.**Further Integration** - downloads.apache.org is hosted on ATR. Downloads.apache.org is multiple servers. ATR would need to work on multiple servers
0 commit comments