[Buildbot-commits] [Buildbot] #2211: svn switch before updating to revision

Buildbot nobody at buildbot.net
Mon Feb 20 15:00:41 UTC 2012


#2211: svn switch before updating to revision
----------------------+------------------------
Reporter:  doh        |       Owner:
    Type:  undecided  |      Status:  new
Priority:  major      |   Milestone:  undecided
 Version:  0.8.5      |  Resolution:
Keywords:             |
----------------------+------------------------

Comment (by doh):

 Replying to [comment:3 doh]:
 >
 >
 > My configuration for the source co step:
 >

 And the repository is organized in the following way(hope that helps to
 understand):

 >
 > repo/trunk
 >
 > repo/tags
 >
 > repo/branches/branch1
 >
 > repo/branches/branch2
 >
 > repo/branches/branch3
 >

 The core problem lies in the fact that buildbot tries to update to correct
 revision number and it succeeds in terms of SVN, but fails in terms of
 checked out working copy(it will contain older data, from the first ever
 checked out branch).

 With mode='full', and method='copy' actually buildbot will never ever do
 'svn co' after it was done for the first time, it will always do 'svn
 update' which never switches branches, it only tries to update either to
 HEAD, or to rev number.

-- 
Ticket URL: <http://trac.buildbot.net/ticket/2211#comment:4>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation


More information about the Commits mailing list