Public Member Functions | |
def | __init__ |
def | detect_presence |
def | get_vcs_type_name |
Public Attributes | |
vcsc | |
Private Member Functions | |
def | _get_vcsc |
Private Attributes | |
_scmtype |
Implementation using vcstools vcsclient, works for types svn, git, hg, bzr, tar :raises: Lookup Exception for unknown types
Definition at line 315 of file config_elements.py.
def config_elements.AVCSConfigElement.__init__ | ( | self, | |
scmtype, | |||
path, | |||
local_name, | |||
uri, | |||
version = '' , |
|||
vcsc = None , |
|||
properties = None |
|||
) |
Definition at line 321 of file config_elements.py.
def config_elements.AVCSConfigElement._get_vcsc | ( | self | ) | [private] |
Reimplemented from config_elements.VCSConfigElement.
Definition at line 329 of file config_elements.py.
Reimplemented from config_elements.VCSConfigElement.
Definition at line 338 of file config_elements.py.
Reimplemented from config_elements.VCSConfigElement.
Definition at line 326 of file config_elements.py.
Definition at line 321 of file config_elements.py.
Definition at line 321 of file config_elements.py.