[Buildbot-commits] [Buildbot] #2304: Code from CVS branches can't be checked out

Buildbot nobody at buildbot.net
Tue May 22 17:20:13 UTC 2012


#2304: Code from CVS branches can't be checked out
---------------------+-----------------------
Reporter:  daviddev  |      Owner:
    Type:  defect    |     Status:  new
Priority:  critical  |  Milestone:  undecided
 Version:  0.8.6p1   |   Keywords:  cvs
---------------------+-----------------------
 It's not possible to check out code from a specific branch using a CVS
 repository. For example, using a configuration like this:
 {{{
 ...
 c['schedulers'].append(timed.Nightly(name='my_scheduler',
                 builderNames=['builder'],
                 branch='MY_BRANCH',
                 hour=0,
                 minute=0))
 ...
 bFactory.addStep(CVS(mode='full', method='clobber', cvsroot=my_cvsroot,
 cvsmodule='my_module'))
 ...
 }}}

 you can see the following call in the logs:
 {{{
 argv: ['cvs', '-d', 'my_cvsroot', '-z3', 'checkout', '-d', 'build',
 'my_module']
 }}}

 I have a fix for it. I will push it asap.

-- 
Ticket URL: <http://trac.buildbot.net/ticket/2304>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation


More information about the Commits mailing list