Class FreshCVSSourceNewcred
source code
twisted.application.internet.TCPClient --+
|
util.ComparableMixin --+
|
FreshCVSSourceNewcred
This source will connect to a FreshCVS server associated with one or
more CVS repositories. Each time a change is committed to a repository,
the server will send us a message describing the change. This message is
used to build a Change object, which is then submitted to the
ChangeMaster.
This class handles freshcvs daemons which use newcred. CVSToys-1.0.9
does not, later versions might.
compare_attrs
- Value:
["host", "port", "username", "password", "prefix"]
|
|