0

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.

flybywire
  • 261,858
  • 191
  • 397
  • 503

1 Answers1

2

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
  • 7,423
  • 33
  • 35