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):
%3 apm_git_build_repository apm_git_build_repository (private) apm_git_fetch_repo apm_git_fetch_repo apm_git_build_repository->apm_git_fetch_repo

Testcases:
No testcase defined.
[ show source ]
Show another procedure: