[Buildbot-devel] Re: CVS checkout anomoly

Fawad Halim fawad at fawad.net
Wed Mar 17 21:23:09 UTC 2004


Digging further into this, it seems that in slavecommand.py, the start2 
function is supposed to determine whether the directory already exists, 
and whether to do a checkout or update. The line

 if os.path.isdir(self.cvsdir):

is supposed to determine if the working directory exists, but always 
returns false whether the dir exists or not.

-fawad

Fawad Halim wrote:

> Hi,
>    I'm using buildbot 0.4.2 with a couple of different modules from 
> CVS. It's having problems with one particular project. When it executes
>
> cvs -d <CVSROOT> -z3 checkout -r HEAD -d source <PROJNAME>
>
> ,it updates most directories correctly. However, for all files in one 
> particular directory in that module, it gives the warning
>
> cvs checkout: move away source/<PROBDIR>/<FILENAME>; it is in the way
> C <PROBDIR>/<FILENAME>
>
> This returns an error code 2, causing the build to fail.
> Doing regular 'cvs update' in that directory works fine.
>
>
> Regards
> -fawad
>





More information about the devel mailing list