Class CvsController
Controller --+
|
CvsController
Translates CVS loginfo/commitinfo information into the model
| Method Summary |
| |
__init__(self,
config,
argv,
stdin)
Initializes up the FILE_PREFIX, LAST_DIRECTORY_FILE, and other
variables |
| Inherited from Controller |
| |
addRepoPrefix(self)
Return whether the name of the CVS module/SVN repo should prefix all of the
directory paths |
| |
matchWithRepoPrefix(self)
Return whether the name of the CVS module/SVN repo should be used in matching
the greatest common directory to modules |
| |
process(self)
Starts the SCM-agnostic process of building the model and executing
the views |
FILE_PREFIX
-
- Type:
-
str
- Value:
|
LAST_DIRECTORY_FILE
-
- Type:
-
str
- Value:
|