feat: thread SVN auth (username/password) through all svn call sites
This commit is contained in:
@@ -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)])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user