Heya Folks,
Currently source.SVN tries to perform its actions passing --non-interactive on the command-line.
On my Subversion server authentication is mandatory, so i applied the attached patch to the source, to pass --username and --password on the command-line.
My configuration now looks more or less like this:
from buildbot.process import factory
f = factory.BuildFactory()
from...
2007-01-31 09:10:32 UTC in BuildBot