This is an automated email from the ASF dual-hosted git repository.

sbp pushed a commit to branch sbp
in repository https://gitbox.apache.org/repos/asf/tooling-trusted-releases.git


The following commit(s) were added to refs/heads/sbp by this push:
     new d7a7bc04 Remove the flag that skips SVN certificate checks
d7a7bc04 is described below

commit d7a7bc0482bf00094e82272332e59031a3d98d4e
Author: Sean B. Palmer <[email protected]>
AuthorDate: Fri Apr 3 14:43:40 2026 +0100

    Remove the flag that skips SVN certificate checks
---
 atr/tasks/svn.py | 2 --
 1 file changed, 2 deletions(-)

diff --git a/atr/tasks/svn.py b/atr/tasks/svn.py
index 829a31ef..0f11f1ab 100644
--- a/atr/tasks/svn.py
+++ b/atr/tasks/svn.py
@@ -104,8 +104,6 @@ async def _import_files_core(args: SvnImport) -> str:
                 "svn",
                 "export",
                 "--non-interactive",
-                "--trust-server-cert-failures",
-                "unknown-ca,cn-mismatch",
                 "-r",
                 args.revision,
                 "--",


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

Reply via email to