views:

147

answers:

1

Buildbot question:

When to use each of these classes: buildbot.slave.commands.SVN and buildbot.steps.source.SVN?

I want the class that is used to check out a project from svn.

+2  A: 

You should consider the buildbot.slave.* classes as internal.

What you should pass to builder.addStep is an instance of buildbot.steps.source.SVN.

Nicolás