Re: 'CVS-Unknown' buildfarm failures? - Mailing list pgsql-hackers

From Andrew Dunstan
Subject Re: 'CVS-Unknown' buildfarm failures?
Date
Msg-id 4480504F.7060807@dunslane.net
Whole thread Raw
In response to Re: 'CVS-Unknown' buildfarm failures?  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
Tom Lane wrote:
> Andrew Dunstan <andrew@dunslane.net> writes:
>   
>> What's happening here is that cvs actually creates the directory and 
>> then later prunes it when it finds it is empty.
>>     
>
> I find that explanation pretty unconvincing.  Why would cvs print a "?"
> for such a directory?
>
>     
>   

Another possibility is that the directory is an artifact left from a 
previous run of cvs update in which the rmdir failed, and the present 
run prints out the "?" line and subsequently prunes the directory as we 
have told it to do with the -P flag.

I don't have time to dig deeply into the CVS sources to debug the 
problem comprehensively.

cheers

andrew



pgsql-hackers by date:

Previous
From: Stefan Kaltenbrunner
Date:
Subject: Re: Going for "all green" buildfarm results
Next
From: "Joshua D. Drake"
Date:
Subject: Re: 'CVS-Unknown' buildfarm failures?