fix: pass auth_args to svn update/revert in _ensure_wc
This commit is contained in:
@@ -133,8 +133,8 @@ def _ensure_wc(mirror: Mirror, svn_branch: str):
|
||||
timeout=300, auth_args=auth_args)
|
||||
else:
|
||||
logger.debug("Updating SVN WC for %s …", svn_branch)
|
||||
_run_svn(["revert", "-R", "."], timeout=120, wc=wc)
|
||||
_run_svn(["update", "--ignore-externals"], timeout=120, wc=wc)
|
||||
_run_svn(["revert", "-R", "."], timeout=120, wc=wc, auth_args=auth_args)
|
||||
_run_svn(["update", "--ignore-externals"], timeout=120, wc=wc, auth_args=auth_args)
|
||||
return wc
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user