![]() |
PyXMake Developer Guide 1.0
PyXMake
|
Functions | |
main (git_repo, svn_repo, output=os.getcwd()) | |
Variables | |
parser = argparse.ArgumentParser(description="Translate a given SVN repository to a GIT repository.") | |
_ = sys.argv[1] | |
args | |
Translate a given SVN repository to a GIT repository. @version: 1.0 ---------------------------------------------------------------------------------------------- @requires: - @change: - @author: garb_ma [DLR-FA,STM Braunschweig] ----------------------------------------------------------------------------------------------
PyXMake.VTL.stm_svn2git.main | ( | git_repo, | |
svn_repo, | |||
output = os.getcwd() ) |
Main function to execute the script.
Definition at line 37 of file stm_svn2git.py.
|
protected |
Definition at line 105 of file stm_svn2git.py.
PyXMake.VTL.stm_svn2git.args |
Definition at line 106 of file stm_svn2git.py.
PyXMake.VTL.stm_svn2git.parser = argparse.ArgumentParser(description="Translate a given SVN repository to a GIT repository.") |
Definition at line 101 of file stm_svn2git.py.