On Wed, Jul 9, 2008 at 20:48, Johannes Schindelin <[EMAIL PROTECTED]> wrote:
>> > Issue 130: Cannot fetch to mapped network drives >> > (Samba)http://code.google.com/p/msysgit/issues/detail?id=130 >> issue notification preferences at:http://code.google.com/hosting/ >> settings >> >> I find it helpful to use Wireshark (http://wireshark.org/) to diagnose >> problems accessing shared network folders. I suggest the following: >> >> 1. Start a network trace in Wireshark >> 2. Reproduce the problem with git. >> 3. Stop the network trace and save it to a file. >> 4. Start a new network trace >> 5. Reproduce the working case with vim >> 6. Stop the network trace and save it to a different file. >> >> By reviewing the network traces, it may be more clear exactly what >> network operation is causing git to report an error. > > Sebastian, this might be helpful, right? > > Ciao, > Dscho Hmm, I'm not good at reading network dumps, but the problem seems to be 8661 1.400120 192.168.212.151 192.168.213.119 SMB NT Create AndX Response, FID: 0x0000, Error: STATUS_OBJECT_NAME_COLLISION and 8663 1.400596 192.168.212.151 192.168.213.119 SMB NT Create AndX Response, FID: 0x0000, Error: STATUS_CANNOT_DELETE directly afterwards when trying to access \people\sschuber\gittest\.git\packed-refs Does this tell anybody anything? -- Sebastian Schuberth
