On 27/09/16 09:14, Ryan Schmidt wrote: > > If builds from each branch don't need to be happening at the same time, can > you use "svn switch" to switch a single working copy to the applicable branch > for each build? >
Thanks Ryan, however I couldn't find an easy way to perform the switch. I looked at svn.py from buildbot repo and maybe the easiest way is to override startVC since it gets the branch argument and the revision argument and then I should be able to trigger a svn switch to that branch at that revision and call the parent startVC. Is this how you thought about performing the switch? -- Paulo Matos _______________________________________________ users mailing list [email protected] https://lists.buildbot.net/mailman/listinfo/users
