Re: git-archive and core.eol

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Sun, Jan 9, 2011 at 1:52 PM, René Scharfe
<rene.scharfe@xxxxxxxxxxxxxx> wrote:
> Am 08.01.2011 18:28, schrieb Erik Faye-Lund:
>> Really? I haven't looked through what the test actually does (I'm out
>> sick right now, and don't have many working brain-cells), but every
>> single test fails for me:
> [...]
>> $ git --version
>> git version 1.7.4.rc1.3196.gfd693
>>
>> (This is the current 'devel'-branch from
>> git://repo.or.cz/git/mingw/4msysgit.git)
>
> I cloned it, but even though it reports a different version string for
> me we probably use the same (fd6937e0e6ccb78eb4347c427248e25c2d6739c8):
>
>        $ ./git version
>        git version 1.7.3.4.3902.gfd693
>

This is probably just because you haven't pulled junio's repo
recently, which contains the 1.7.4.rc1 tag. The tip is the same,
indeed.

> And all the tests succeed for me (on Windows Vista Home Premium x64)
> with that one.
>

I'm on Vista 64 if that matters. And I'm using msysGit e59039e.

> I'm especially interested in how the setup step manages to fail for you.

It's the line "git add .gitattributes" is the first that fails in
'setup'. Actually, all git-commands seems to fail.

But now I also observe that just trying to run t0000-basic fails:

$ ./t0000-basic.sh
./t0000-basic.sh: line 24: ../git: is a directory
You do not seem to have built git yet.

Now this is suspicious:
$ ls ../git.exe
../git.exe*

$ ls ../git
Debug/  git.vcproj  git.vcproj.Hue-PC.kusma.user  git.wwdb

Aha! The MSVC project generator creates a folder called 'git' at the
root, so anything trying to execute '../git' fails!

$ ../git help
sh.exe": ../git: is a directory

After deleting that folder, t0000-basic passes again. As does your
test. So now I've got to figure out what is different between your
test and mine. Perhaps I misdiagnosed to begin with?
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[Index of Archives]     [Linux Kernel Development]     [Gcc Help]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [V4L]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Fedora Users]