Package CedarBackup2 :: Package extend :: Module subversion :: Class FSFSRepository
[hide private]
[frames] | no frames]

Class FSFSRepository

source code

object --+    
         |    
Repository --+
             |
            FSFSRepository

Class representing Subversion FSFS repository configuration. This object is deprecated. Use a simple Repository instead.

Instance Methods [hide private]
 
__init__(self, repositoryPath=None, collectMode=None, compressMode=None)
Constructor for the FSFSRepository class.
source code
 
__repr__(self)
Official string representation for class instance.
source code

Inherited from Repository: __cmp__, __str__

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __setattr__

Properties [hide private]

Inherited from Repository: collectMode, compressMode, repositoryPath, repositoryType

Inherited from object: __class__

Method Details [hide private]

__init__(self, repositoryPath=None, collectMode=None, compressMode=None)
(Constructor)

source code 
Constructor for the FSFSRepository class.
Overrides: Repository.__init__

__repr__(self)
(Representation operator)

source code 
Official string representation for class instance.
Overrides: Repository.__repr__