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-trusted-releases.git
The following commit(s) were added to refs/heads/main by this push:
new 929a8c3b link to svn:dist, not any svn (#650)
929a8c3b is described below
commit 929a8c3b34469cdc75ed20db21890dd5bafa1750
Author: Hervé Boutemy <[email protected]>
AuthorDate: Sun Feb 15 20:50:19 2026 +0100
link to svn:dist, not any svn (#650)
---
atr/get/upload.py | 6 +++++-
atr/shared/upload.py | 4 ++--
2 files changed, 7 insertions(+), 3 deletions(-)
diff --git a/atr/get/upload.py b/atr/get/upload.py
index 49f32d3f..5e57258d 100644
--- a/atr/get/upload.py
+++ b/atr/get/upload.py
@@ -94,7 +94,11 @@ async def selected(session: web.Committer, project_name:
str, version_name: str)
block.append(htpy.div("#upload-progress-container.d-none"))
block.h2(id="svn-upload")["SVN upload"]
- block.p["Import files from this project's ASF Subversion repository into
this draft."]
+ block.p[
+ "Import files from this committee's ASF ",
+
htm.a(href="https://dist.apache.org/repos/dist/")[htm.code["svn:dist"]],
+ " repository into this draft.",
+ ]
block.p[
"The import will be processed in the background using the ",
htm.code["svn export"],
diff --git a/atr/shared/upload.py b/atr/shared/upload.py
index 7fd532d1..cb7dabdf 100644
--- a/atr/shared/upload.py
+++ b/atr/shared/upload.py
@@ -57,13 +57,13 @@ class AddFilesForm(form.Form):
class SvnImportForm(form.Form):
variant: SVN_IMPORT = form.value(SVN_IMPORT)
svn_area: form.Enum[SvnArea] = form.label(
- "SVN area",
+ "svn:dist area",
"Select whether to import from dev or release.",
widget=form.Widget.RADIO,
)
svn_path: form.URLPath = form.label(
"SVN path",
- "Path within the project's SVN directory, e.g. 'java-library/4_0_4' or
'3.1.5rc1'.",
+ "Path within the committee's svn:dist directory, e.g.
'java-library/4_0_4' or '3.1.5rc1'.",
)
revision: str = form.label(
"Revision",
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]