Re: Trouble with cygwin git

2008-01-09 Thread Corinna Vinschen
On Jan 9 19:18, MP wrote: > Only with this particular machine have I seen this problem. Maybe it has to > do > with some interaction with a virus-checking program or other background > process. > > > > > Corinna > > > > PS I am using gmane to post this message, and cannot CC you directly; s

Re: Trouble with cygwin git

2008-01-09 Thread MP
Corinna Vinschen cygwin.com> writes: > [...] > > Could you create a simple, self-contained testcase in plain C, which > allows to reproduce the problem? I did try to do this, and couldn't reproduce the failure. The failure only happens in the git context for whatever reason. Note: To try to r

Re: Trouble with cygwin git

2008-01-08 Thread Corinna Vinschen
On Jan 2 19:35, MP wrote: > I dug into this, and found that the failure happens here: > > res = fh->link (newpath); > > in the link() function of file src/winsup/cygwin/syscalls.cc. res is -1, and > errno == EEXIST at this point. > > In the call above, newpath is: > /cygdrive/c/git/git/.g

Re: Trouble with cygwin git

2008-01-02 Thread MP
> I'm having the problem cloning a git repository using > Cygwin git 1.5.3.5: > > [...] > > fatal: failed to unpack tree object HEAD > I dug into this, and found that the failure happens here: res = fh->link (newpath); in the link() function of file src/winsup/cygwin/syscalls.cc. res is

Trouble with cygwin git

2007-12-27 Thread Ajax S
I'm having the problem cloning a git repository using Cygwin git 1.5.3.5: $ git clone git://git.kernel.org/pub/scm/git/git.git Initialized empty Git repository in /git/git/.git/ remote: Generating pack... remote: Counting objects: 4991 Done counting 67423 objects. remote: Deltifying 67423 objects.