Class SvnController
Controller --+
|
SvnController
Uses
svnlook to pull data from svn repositories
| Method Summary |
| Inherited from Controller |
| |
__init__(self,
config,
argv,
stdin)
Initializes the controller's model and saves the references to argv
and stdin |
| |
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 |
| Class Variable Summary |
dict |
actions = {'A': 'added', 'U': 'modified', 'D': 'removed'...
|
| Inherited from Controller |
str |
TMPDIR = 'C:\\DOCUME~1\\stephen\\LOCALS~1\\Temp'
|
actions
-
- Type:
-
dict
- Value:
{'A': 'added', 'U': 'modified', 'D': 'removed', '_': 'modified'}
|
|