Login | Register
My pages Projects Community openCollabNet

Subversion Developer Summit in progress... see project page

Package commitmessage :: Package controllers :: Module cvs :: Class CvsController
[show private | hide private]
[frames | no frames]

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

Class Variable Summary
str FILE_PREFIX = ''
str LAST_DIRECTORY_FILE = ''
    Inherited from Controller
str TMPDIR = 'C:\\DOCUME~1\\stephen\\LOCALS~1\\Temp'

Method Details

__init__(self, config, argv, stdin)
(Constructor)

Initializes up the FILE_PREFIX, LAST_DIRECTORY_FILE, and other variables
Overrides:
commitmessage.model.Controller.__init__

Class Variable Details

FILE_PREFIX

Type:
str
Value:
''                                                                     

LAST_DIRECTORY_FILE

Type:
str
Value:
''                                                                     

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