apm_git_fetch_repo (private)
apm_git_fetch_repo -path path -repo repo
Defined in packages/acs-admin/tcl/apm-admin-procs.tcl
Fetches a repo from the Git mirror. Clones it first when it does not exist. This assumes the specific Git setup for our repo, hence it is meant for internal use only.
- Switches:
- -path (required)
- -repo (required)
- Returns:
- list of branch names
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.