On Mar 4 10:40, Jacek Piskozub wrote: > Hi there, > > This is the actual error message I get in the simplest case of checking > out one file only. > > D:\mozilla_source>cvs checkout mozilla/client.mk > U mozilla/client.mk > CVS checkout: cannot set time on client.mk: Permission denied > > Again, this is Windows ME on FAT32 with native cygwin CVS.
Can you run strace on this cvs checkout? The calls to SetFileTime have debug messages attached which you will see when scanning the strace. One prints a message along the lines of "SetFileTime (%s) failed", the other error message is within a short range after a line with text like "incoming lastaccess <hexnumber> <hexnumber>". Thanks, Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Project Co-Leader mailto:cygwin@cygwin.com Red Hat, Inc. -- 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/