[Buildbot-commits] [Buildbot] #2355: master-side CVS step is not incremental on Windows

Buildbot nobody at buildbot.net
Wed Aug 22 13:28:43 UTC 2012


#2355: master-side CVS step is not incremental on Windows
----------------------+-----------------------
Reporter:  pepsiman   |      Owner:
    Type:  undecided  |     Status:  new
Priority:  major      |  Milestone:  undecided
 Version:  master     |   Keywords:  cvs
----------------------+-----------------------
 My master.cfg specifies incremental mode:

 {{{CVS(cvsroot=':pserver:username:password at cvs:/cvs',
 cvsmodule='modulename', mode='incremental')}}}

 On a Linux slave machine, this does result in incremental checkouts.

 On a Windows slave machine, the master-side CVS step always performs a
 full checkout.

 The difference seems to be that CVSNT on Windows doesn't write the
 password into the CVS/Root file:

 {{{:pserver:username at cvs:/cvs}}}

 CVS on Linux does:

 {{{:pserver:username:password at cvs:/cvs}}}

 Checking of the Root file was added in ticket:2287.

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


More information about the Commits mailing list