feat: thread SVN auth (username/password) through all svn call sites

This commit is contained in:
2026-06-23 13:23:44 +02:00
parent 45fb8c40d0
commit 99a056d9fb
7 changed files with 56 additions and 20 deletions
+3
View File
@@ -190,6 +190,9 @@ class Mirror:
args.extend(["-b", svn_cfg.branches])
args.extend(["-t", svn_cfg.tags])
if svn_cfg.username:
args.extend(["--username", svn_cfg.username])
if self.config.authors:
args.extend(["--authors-file", str(self.authors_path)])