Class to manage items under revision control of CVS.
|
_readfile(self,
cvsroot,
path,
revision=None)
Read a single file from the CVS repository without checking out a
full working directory. |
source code
|
|
|
|
|
|
|
commit(self,
message=None,
author=None)
Commits the file and supplies the given commit message if present |
source code
|
|
|
_getcvsrevision(self,
cvsentries)
returns the revision number the file was checked out with by looking
in the lines of cvsentries |
source code
|
|
|
_getcvstag(self,
cvsentries)
Returns the sticky tag the file was checked out with by looking in
the lines of cvsentries. |
source code
|
|
Inherited from GenericRevisionControlSystem :
__init__
|