Ticket #159 (new enhancement)

Opened 1 year ago

Last modified 7 months ago

should be possible to have two buildbot.steps.source.SVN(mode="copy") steps in a single build factory

Reported by: exarkun Assigned to:
Priority: major Milestone: undecided
Component: other Version: 0.7.6
Keywords: Cc:

Description

Using the mode="copy" configuration of SVN, the client hard-codes "source" as the checkout directory for sources. This means using two SVN steps trample on each other and the source is always checked out completely, instead of just updated.

"source" wouldn't even need to be configurable from the server, although that'd be great. The client would just have to not step on its own feet.

Change History

04/28/08 15:12:27 changed by warner

  • summary changed from should be possible to have to buildbot.steps.source.SVN(mode="copy") steps in a single build factory to should be possible to have two buildbot.steps.source.SVN(mode="copy") steps in a single build factory.

yeah, let's add a sourcedir= argument to the Source steps.