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: [ANNOUNCEMENT] Updated: git-2.0.4-1


Hi Adam,

Version 2.0.4-1 of Git has been uploaded.  This includes the following

If you remember, I've changed CYGWIN=winsymlinks:nativestrict to CYGWIN=winsymlinks:lnk to satisfy repo to create the symlink. However, I still get a problem in Cygwin-64 on Win7. It seems to be a git problem now. The error message is:

From ssh://xxxx:20000/vm/xxx
 * [new branch]      master     -> origin/master
Fetching projects: 100% (1/1), done.
Traceback (most recent call last):
File "/cygdrive/d/cygwin/home/robert_bu/repo/vm/.repo/repo/main.py", line 500, in <module>
    _Main(sys.argv[1:])
File "/cygdrive/d/cygwin/home/robert_bu/repo/vm/.repo/repo/main.py", line 476, in _Main
    result = repo._Run(argv) or 0
File "/cygdrive/d/cygwin/home/robert_bu/repo/vm/.repo/repo/main.py", line 155, in _Run
    result = cmd.Execute(copts, cargs)
File "/cygdrive/d/cygwin/home/robert_bu/repo/vm/.repo/repo/subcmds/sync.py", line 675, in Execute
    project.Sync_LocalHalf(syncbuf)
File "/cygdrive/d/cygwin/home/robert_bu/repo/vm/.repo/repo/project.py", line 1170, in Sync_LocalHa
lf
    self._InitWorkTree()
File "/cygdrive/d/cygwin/home/robert_bu/repo/vm/.repo/repo/project.py", line 2230, in _InitWorkTre
e
    raise GitError("cannot initialize work tree")
error.GitError: cannot initialize work tree


git seems to crash. I've attached the stackdump file of git.

Thanks
Robert

Attachment: git.exe.stackdump
Description: Text document

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

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