On Aug 8, 2007, at 11:30 PM, Johannes Schindelin wrote:That's fine. I don't expect anything, except for being honest about the level of Windows support that is currently available. In retrospect, I relied on the claim that git works in Cygwin without problems (not made by you but on the mailing list in general). This claim turns out to be wrong for me, because it highly depends on the details of how you configure your Cygwin, which makes it impossible to run git in Cygwin that is configured according to the 'wrong' policy. Any hint how I can start debugging? I saw mingw for the first time in my life, yesterday. I only worked with cygwin and various Visual Studio versions, before. [ btw, my point was that I'm mostly interested in getting the basic stuff going first. That is git with the same functionality that I have on Linux and Mac. The next would be a good integration with useful tools on Windows, for example git-mergetool should launch Windows three-way merge tools. The thing I'm least interested is a beautiful installer, which clutters my Desktop with icons, which I never use and need to cleanup later anyway. Bottom line: if you have points on your list that better fit the described priorities, there would be a good chance that I can look into one or two of them, for example Is anything needed to get mingw changes merged to the official repo? Is anything needed to get changes from the official repo to mingw? My goal would be to type 'make windist' in the official repo and get a very basic installer (maybe just a zip archive) that contains everything needed to run git on Windows. Unpacking this self-contained installer on a freshly installed Windows should get you going. There should be no need to install Cygwin or something else. Is this realistic? What is needed to get there? What would be an estimated timeframe to achieve this goal? Will all this run on Windows XP 64 bit and Windows Vista 64 bit? After I'm convinced that the level of support for Windows is sufficient, I will recommend using it, which means that approximately 30 developers will start using git in the way I describe to them. This will generate a lot of real-world testing. But it should not generate too many critical issues. People will blame me for recommending them the tool. ] Back to debugging... I tried the following (is this the right way to go?) - double click on c:\msysgit\msys.bat to start a shell. - cd git - make compiles with some warnings ..., and crashed with a popup... The popup says (translated to english): "NTVDM-CPU detected an invalid instruction. CS:0000 IP:0077 OP: f0 37 05 0c 02 click to close the application." the last lines I see in the shell are LINK test-match-trees.exe SUBDIR git-gui INDEX lib/ I clicked and the compilation stops. My shell remains alive. So, I started to run tests. t0000-basic fails on creation of symlinks. Apparently mingw doesn't support symlinks to files that do not exist. I reports 'ln: creating symbolic link 'path0sym' to 'hello path0' fails'. I tried with 'export no_symlinks=1' (is this the right thing to do? Who should set no_symlinks=1? Should it be set by the makefile or in some global architecture configuration?). Now t0000-basic runs except for some noise created by failing ln, which is not detected as a failure by the test script. so I ran all tests and they look good. Only t7004 reported 'gpg: error loading iconv.dll'. I tried 'make install' which yields another crash popup. Then I tried 'make -k install' Wow... this crashed my virtual machine. Maybe Parallels should add msysgit to their test cases. If I read their automatically generated bugreport correctly it's again related to an invalid instruction. Maybe mingw uses some op codes it shouldn't? Hmm... I planned to upgrade to the newest release of Parallels anyway. Hopefully it's more stable in this regards. I set NO_TCLTK=1 in the Makefile to skip git-gui during installation. The installation finished without reporting any problem. Maybe I have a working git now ... Steffen - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
| Greg Kroah-Hartman | [PATCH 001/196] Chinese: Add the known_regression URI to the HOWTO |
| Ondrej Zary | pata_it821x completely broken |
| Jeremy Fitzhardinge | [PATCH 02 of 36] x86: add memory clobber to save/loadsegment |
| Thomas Renninger | AMD Mobile Semprons (3500+, 3600+,...) break with nohz and highres enabled |
git: | |
| Linus Torvalds | People unaware of the importance of "git gc"? |
| Jakub Narebski | Octopus merge: unique (?) to git, but is it useful? |
| Junio C Hamano | [ANNOUNCE] GIT 1.5.3-rc4 |
| Theodore Tso | Re: git on MacOSX and files with decomposed utf-8 file names |
| qw er | OpenBSD sucks |
| Richard Stallman | Real men don't attack straw men |
| Henning Brauer | Re: About Xen: maybe a reiterative question but .. |
| Kevin Neff | Patching a SSH 'Weakness' |
| David Miller | [GIT]: Networking |
| Steve Wise | pktgen question |
| Jeff Garzik | Re: [bug?] tg3: Failed to load firmware "tigon/tg3_tso.bin" |
| Waskiewicz Jr, Peter P | RE: [PATCH 2/3][NET_BATCH] net core use batching |
