Class representing Subversion configuration.
Subversion configuration is used for backing up Subversion
repositories.
The following restrictions exist on data in this class:
|
__init__(self,
collectMode=None,
compressMode=None,
repositories=None,
repositoryDirs=None)
Constructor for the SubversionConfig class. |
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
|
|
|
|
|
_getRepositories(self)
Property target used to get the repositories list. |
source code
|
|
|
|
|
_getRepositoryDirs(self)
Property target used to get the repositoryDirs list. |
source code
|
|
Inherited from object :
__delattr__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__setattr__
|