Community technical support mailing list was retired 2010 and replaced with a professional technical support team. For assistance please contact: Pre-sales Technical support via email to sales@march-hare.com.
John Hardin wrote: >> I am very willing to run a more-fully-instrumented CVSNT cvs.exe to see >> whether it is possible to narrow down where things pause, e.g. in a >> local operation vs. a server operation. > > ...anyone care to comment? running cvsnt -ttt gives you a tracelevel of 3 which shows a verbose diags. >From your earlier message, you say the delay is after: GetUnixFileModeNtEA(C,000006E0) returns 0000 As the source code to cvsnt is freely available there is nothing to stop you compiling it with debug symbols and running it through a debugger/profiler/whatever to see what's happening... src/windows-NT/win32.cpp is where GetUnixFileModeNtEA can be found, so put a breakpoint on that and see what happens afterwards. Greetings from (cold and windy) Luxembourg -- David Somers typographer/programmer/whatever