#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
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landscape has changed and how IT managers can respond. Discussions
will include endpoint security, mobile security and the latest in malware
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Buildbot-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/buildbot-commits