This is the mail archive of the
cygwin
mailing list for the Cygwin project.
RE: cvs pserver issue with new cygwin packages
- From: "Dave Korn" <dave dot korn at artimi dot com>
- To: <cygwin at cygwin dot com>
- Date: Wed, 10 May 2006 18:56:20 +0100
- Subject: RE: cvs pserver issue with new cygwin packages
On 10 May 2006 18:41, Nicholas Thayer wrote:
> After upgrading to the latest cygwin packages (coreutils,
> findutils, cygwin), the following error message is being
> displayed and the pserver is no longer usable:
>
> $ cvs co test
> cannot mkdir /tmp/cvs-serv3172/.
> No such file or directory
>
> The directory info after the cvs-{serv3172} is dynamic.
> Looking at the /tmp directory, this new directory does not
> exist. This leads me to think that a mkdir -p flag needs to
> be used or the CVS pserver code needs to be changed to call
> 'mkdir /tmp/cvs-{xxx}', which would be one level deep and
> the mkdir call would succeed.
Nope, it needs to truncate the trailing period I reckon. There was some
discussion about mkdir with a path that ends in "/." sometime just recently
IIRC.
Alas this is all a bit WAGgy and vague because I'm dashing off this reply in
the last 30 seconds or so before I leave the office and I haven't done the
background research. HTH anyway.
cheers,
DaveK
--
Can't think of a witty .sigline today....
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/