This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: chdir on remote win98


On Jan 31 06:40, Eric Blake wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> "cvs up -P" dies a horrible death when trying to update a hierachy where a
> directory exists in the upstream repository, but contains no files so that
> the directory has been pruned on the local checkout.  This happens only
> when I access my local checkout on a Win98 machine via remote access
> driven by XP (in other words, running the same command locally on the
> Win98 has no problems, it is only the remote network access failing):
> 
> $ uname -a
> CYGWIN_NT-5.1 LOUNGE 1.5.19(0.150/4/2) 2006-01-16 15:01 i686 Cygwin
> $ cd win98/coreutils
> $ cvs up -dP
> M Makefile.in
> cvs [update aborted]: could not chdir to config: Invalid request code
> 
> I traced this to the fact that cvs expects ENOENT, and chokes when chdir
> returns EBADRQC instead.  A simple strace shows that cygwin1.dll could
> probably be taught that a bad request return from a remote Win9x
> filesystem during chdir() should be treated as the expected ENOENT:

Thanks, I've applied a patch which explicitely tests this condition.


Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader          cygwin AT cygwin DOT com
Red Hat

--
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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]