Class representing generic Subversion repository configuration..
The following restrictions exist on data in this class:
|
__init__(self,
repositoryType=None,
repositoryPath=None,
collectMode=None,
compressMode=None)
Constructor for the Repository class. |
source code
|
|
|
|
|
|
|
|
|
|
|
_getRepositoryType(self)
Property target used to get the repository type. |
source code
|
|
|
|
|
_getRepositoryPath(self)
Property target used to get the repository path. |
source code
|
|
|
|
|
_getCollectMode(self)
Property target used to get the collect mode. |
source code
|
|
|
|
|
_getCompressMode(self)
Property target used to get the compress mode. |
source code
|
|
Inherited from object :
__delattr__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__setattr__
|