Login | Register
My pages Projects Community openCollabNet

Subversion Developer Summit in progress... see project page

Package commitmessage :: Package controllers :: Module svn :: Class SvnController
[show private | hide private]
[frames | no frames]

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'

Class Variable Details

actions

Type:
dict
Value:
{'A': 'added', 'U': 'modified', 'D': 'removed', '_': 'modified'}       

Generated by Epydoc 2.1 on Thu Jan 06 10:30:34 2005 http://epydoc.sf.net