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 cd942a0  Replace legacy releases documentation with webpage link
cd942a0 is described below

commit cd942a080bab2659c45419a3ee296cc3aab22a7c
Author: Dave Fisher <[email protected]>
AuthorDate: Fri Jan 9 09:11:29 2026 -0800

    Replace legacy releases documentation with webpage link
    
    The legacy releases documentation has been replaced with a link to the new 
webpage.
---
 apache-trusted-releases/svn-dist.md | 131 +-----------------------------------
 1 file changed, 1 insertion(+), 130 deletions(-)

diff --git a/apache-trusted-releases/svn-dist.md 
b/apache-trusted-releases/svn-dist.md
index 2c66157..f3c01ee 100644
--- a/apache-trusted-releases/svn-dist.md
+++ b/apache-trusted-releases/svn-dist.md
@@ -1,130 +1 @@
-# Legacy Releases from SVN Dist
-
-We have three types of Releases to create using a "Pull from 'Dist'" process.
-
-1. Release Candidates from `dist/dev` as the Release Manager requests from 
within the ATR Web UI.
-
-2. Current Releases from `dist/release` this will be used for the initial 
migration and may be used from time to time as PMCs use the old methods.
-
-3. Archived Releases which are migrated from the archive if not present in the 
Current Releases.
-
-## ATR Web UX
-
-We will need pages to perform tasks related to the use of our legacy setup.
-
-### PMC Management Page
-
-1. **Create Release Candidate** - upload the packages for a release candidate 
from `svn:dist/dev`. This page can also handle direct uploads.
-
-3. **Legacy Release** - upload an approved release from `svn:dist/release`.
-
-### System Admin Page
-
-1. **Synchronise Current Releases** - scan `svn:dist/release` and migrate any 
not in the ATR.
-
-2. **Synchronize Release Archive** - scan `archive` repository and migrate any 
archived not in the ATR as a Current or Archived Release.
-
-## Backends Hosting Release Artifacts
-
-The legacy domains are currently connected to `svn:dist/release` as follows:
-
-1. rsync.apache.org has a directory that updates a checkout of 
`svn:dist/release`
-2. downloads.apache.org periodically rsyncs with rsync.apache.org
-3. archive.apache.org periodically rsyncs with rsync.apache.org without 
removing artifacts from the destination.
-
-### Transitional Steps
-
-```mermaid
-flowchart TD
-    subgraph Legacy
-    A[svn:dist/release]
-    B[rsync.apache.org]
-    A -->|svn| B
-    C@{ shape: processes, label: "downloads.apache.org"}
-    D[archive.apache.org]
-    B -->|rsync| C
-    B -->|rsync| D
-    end
-```
-
-1. **ATR writes to SVN** - ATR Releases write to `svn:dist/release` as an 
interim step.
-
-```mermaid
-flowchart TD
-    subgraph Transition 1
-    ATR[releases.apache.org]
-    A[svn:dist/release]
-    ATR -->|svn| A
-    B[rsync.apache.org]
-    A -->|svn| B
-    C@{ shape: processes, label: "downloads.apache.org"}
-    D[archive.apache.org]
-    B -->|rsync| C
-    B -->|rsync| D
-    end
-```
-
-2. **ATR and Legacy are Integrated** - Insert ATR into the rsync chain.
-   - ATR has a directory with the same organization as `svn:dist/release` 
using symbolic links to the Releases in the ATR Datastore.
-
-   - (a) ATR's rsync from rsync.apache.org should detect legacy release 
addition and deletion.
-
-```mermaid
-flowchart TD
-    subgraph Transition 2A
-    A[svn:dist/release]
-    B[rsync.apache.org]
-    A -->|svn| B
-    ATR[releases.apache.org]
-    B -->|rsync| ATR
-    C@{ shape: processes, label: "downloads.apache.org"}
-    D[archive.apache.org]
-    ATR -->|rsync| C
-    ATR -->|rsync| D
-    end
-```
-
-   Or
-
-   - (b) ATR coexists on rsync.apache.org and detects legacy release addition 
and deletion.
-
-```mermaid
-flowchart TD
-    subgraph Transition 2B
-    A[svn:dist/release]
-    subgraph ATR on Rsync
-    ATR[releases.apache.org]
-    B[rsync.apache.org]
-    ATR <--> B
-    end
-    A -->|svn| ATR
-    C@{ shape: processes, label: "downloads.apache.org"}
-    D[archive.apache.org]
-    B -->|rsync| C
-    B -->|rsync| D
-    end
-```
-
-3. **Legacy is Retired** - `svn:dist/release` is retired.
-
-```mermaid
-flowchart TD
-    subgraph Transition 3
-    ATR[releases.apache.org]
-    C@{ shape: processes, label: "downloads.apache.org"}
-    D[archive.apache.org]
-    ATR -->|rsync| C
-    ATR -->|rsync| D
-    end
-```
-
-4. **Further Integration** - downloads.apache.org is hosted on ATR. 
Downloads.apache.org is multiple servers. ATR would need to work on multiple 
servers
-
-```mermaid
-flowchart TD
-    subgraph Transition 4
-    ATR@{ shape: processes, label: "releases.apache.org"}
-    D[archive.apache.org]
-    ATR -->|rsync| D
-    end
-```
+Replaced by [webpage](https://tooling.apache.org/svn-dist.html) - [source 
file](https://github.com/apache.tooling-docs/main/content/pages/svn-dist.md)


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to