Skip to content

Commit

Permalink
Adding debug cmd_run_git_svn_fetch_without_password
Browse files Browse the repository at this point in the history
  • Loading branch information
marcleblanc2 committed Feb 23, 2024
1 parent d3118fa commit 77924f3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions repo-converter/build/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -300,6 +300,11 @@ def clone_svn_repos():
completed_ps_command = subprocess_run(ps_command)

logging.debug(f"completed_ps_command: {completed_ps_command}")
logging.debug(f"cmd_run_git_svn_fetch_without_password: {cmd_run_git_svn_fetch_without_password}")



# git -C /sourcegraph/src-serve-root/subversion.noemalife.loc/vcs/las-halia.backend.ejb svn fetch --username svn.sourcegraph

if cmd_run_git_svn_fetch_without_password in completed_ps_command:

Expand Down

0 comments on commit 77924f3

Please sign in to comment.