Poll a Subversion repository for changes and submit them to the change
master.
|
|
__init__(self,
svnurl,
split_file=None,
svnuser=None,
svnpasswd=None,
pollInterval=600,
histmax=100,
svnbin='svn',
revlinktmpl='',
category=None,
project='',
cachepath=None,
pollinterval=-2,
extra_args=None) |
source code
|
|
|
|
|
|
|
poll(self)
Perform the polling operation, and return a deferred that will fire
when the operation is complete. |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Inherited from base.PollingChangeSource:
doPoll,
startLoop,
startService,
stopLoop,
stopService
Inherited from base.ChangeSource:
__provides__
Inherited from twisted.application.service.Service:
__getstate__,
__providedBy__,
disownServiceParent,
privilegedStartService,
setName,
setServiceParent
Inherited from util.ComparableMixin:
__cmp__,
__hash__
|