- Project tools
-
-
- How do I...
-
| Category |
Featured projects |
| scm |
Subversion,
Subclipse,
TortoiseSVN,
RapidSVN
|
| issuetrack |
Scarab |
| requirements |
xmlbasedsrs |
| design |
ArgoUML |
| techcomm |
SubEtha,
eyebrowse,
midgard,
cowiki |
| construction |
antelope,
scons,
frameworx,
build-interceptor,
propel,
phing
|
| testing |
maxq,
aut
|
| deployment |
current |
| process |
ReadySET |
| libraries |
GEF,
Axion,
Style,
SSTree
|
| Over 500 more tools... |
|
Welcome to the new Tigris! There have been some changes to the administration of mail lists. Project and list owners should check out the Discussion Services release notes.
Class CvsController
Controller --+
|
CvsController
Translates CVS loginfo/commitinfo information into the model
_doCommitInfo(self)
Saves the current directory name to LAST_DIRECTORY_FILE
so that _doLogInfo will know when it is done
(when it's on the same directory as the last one _doCommitInfo saved)
Executed for each directory in the commit before any _doLogInfos are called.
-
|
_doLogInfo(self)
Starts building the model if this is the last _doLogInfo of the commit
Executed for each directory in the commit after all of the _doCommitInfos are called.
-
|
_fillInValues(self)
Goes through each file in this execution's directory and fills in
the missing rev/delta/diff information
-
|
_isLastDirectoryOfCommit(self)
-
- Returns:
-
whether the current directory is the last directory of the
commit
|
_loadSavedDirectoriesIntoModel(self)
Reloads the pickled Directorys into the model
-
|
_parseLoginfoStdinIntoFiles(self)
Reads in the loginfo text from stdin and parses the
file information into Files
-
|
_parseLogLinesIntoModel(self)
Saves the log lines found on stdin into the model
-
|
_saveDirectory(self)
Pickles the current Directory off to the
TMPDIR/FILE_PREFIX directory
-
|
FILE_PREFIX
-
- Type:
-
str
- Value:
|
LAST_DIRECTORY_FILE
-
- Type:
-
str
- Value:
|
|