* MinGW port updated to 1.5.2
@ 2007-05-25 8:26 Johannes Sixt
2007-05-26 20:01 ` Han-Wen Nienhuys
0 siblings, 1 reply; 8+ messages in thread
From: Johannes Sixt @ 2007-05-25 8:26 UTC (permalink / raw)
To: git
This minute I've pushed the MinGW port, which is now at 1.5.2 to:
gitweb: http://repo.or.cz/w/git/mingw.git
pull/clone: git://repo.or.cz/git/mingw.git
In addition to the 1.5.2 features, the progress indicator is shown in
more places (most notably when "Counting objects"), and
GIT_EXTERNAL_DIFF works now.
-- Hannes
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: MinGW port updated to 1.5.2
2007-05-25 8:26 MinGW port updated to 1.5.2 Johannes Sixt
@ 2007-05-26 20:01 ` Han-Wen Nienhuys
2007-05-26 20:48 ` Aaron Gray
0 siblings, 1 reply; 8+ messages in thread
From: Han-Wen Nienhuys @ 2007-05-26 20:01 UTC (permalink / raw)
To: git; +Cc: git
Johannes Sixt escreveu:
> This minute I've pushed the MinGW port, which is now at 1.5.2 to:
>
> gitweb: http://repo.or.cz/w/git/mingw.git
> pull/clone: git://repo.or.cz/git/mingw.git
>
> In addition to the 1.5.2 features, the progress indicator is shown in
> more places (most notably when "Counting objects"), and
> GIT_EXTERNAL_DIFF works now.
http://lilypond.org/git/binaries/mingw/
uploading as I speak. Untested.
--
Han-Wen Nienhuys - hanwen@xs4all.nl - http://www.xs4all.nl/~hanwen
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: MinGW port updated to 1.5.2
2007-05-26 20:01 ` Han-Wen Nienhuys
@ 2007-05-26 20:48 ` Aaron Gray
2007-05-26 21:01 ` Han-Wen Nienhuys
0 siblings, 1 reply; 8+ messages in thread
From: Aaron Gray @ 2007-05-26 20:48 UTC (permalink / raw)
To: hanwen, git
> Johannes Sixt escreveu:
>> This minute I've pushed the MinGW port, which is now at 1.5.2 to:
>>
>> gitweb: http://repo.or.cz/w/git/mingw.git
>> pull/clone: git://repo.or.cz/git/mingw.git
>>
>> In addition to the 1.5.2 features, the progress indicator is shown in
>> more places (most notably when "Counting objects"), and
>> GIT_EXTERNAL_DIFF works now.
>
> http://lilypond.org/git/binaries/mingw/
>
> uploading as I speak. Untested.
This installs to "C:\Program Files\Git" and is not availiable on the path.
What is going on here please ?
Thanks,
Aaron
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: MinGW port updated to 1.5.2
2007-05-26 20:48 ` Aaron Gray
@ 2007-05-26 21:01 ` Han-Wen Nienhuys
2007-05-26 21:36 ` Aaron Gray
0 siblings, 1 reply; 8+ messages in thread
From: Han-Wen Nienhuys @ 2007-05-26 21:01 UTC (permalink / raw)
To: git; +Cc: git
Aaron Gray escreveu:
>>> GIT_EXTERNAL_DIFF works now.
>>
>> http://lilypond.org/git/binaries/mingw/
>>
>> uploading as I speak. Untested.
>
> This installs to "C:\Program Files\Git" and is not availiable on the
> path. What is going on here please ?
this uses the same buildscripts as before, so if it worked, it should
still work. The path should point to $PF/Git/usr/bin/ ; you might need to
log out and log in again for the path to visible.
--
Han-Wen Nienhuys - hanwen@xs4all.nl - http://www.xs4all.nl/~hanwen
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: MinGW port updated to 1.5.2
2007-05-26 21:01 ` Han-Wen Nienhuys
@ 2007-05-26 21:36 ` Aaron Gray
2007-05-26 22:32 ` Han-Wen Nienhuys
0 siblings, 1 reply; 8+ messages in thread
From: Aaron Gray @ 2007-05-26 21:36 UTC (permalink / raw)
To: hanwen, git
> Aaron Gray escreveu:
>>>> GIT_EXTERNAL_DIFF works now.
>>>
>>> http://lilypond.org/git/binaries/mingw/
>>>
>>> uploading as I speak. Untested.
>>
>> This installs to "C:\Program Files\Git" and is not availiable on the
>> path. What is going on here please ?
>
> this uses the same buildscripts as before, so if it worked, it should
> still work. The path should point to $PF/Git/usr/bin/ ; you might need to
> log out and log in again for the path to visible.
Still not working properly.
>From CMD.EXE, neither 'git clone' and 'git-clone' are accessable.
>From MSYS '/usr/share/git-core/templates/' is not accessable.
$ git clone git://git.kernel.org/pub/scm/git/git.git
Initialized empty Git repository in C:/MSYS/home/Aaron Gray/git/.git/
warning: templates not found /usr/share/git-core/templates/
Another issue is git-clone is no atomic if it fails it leaves an open file
that can only be deleted by logging off and on again.
Aaron
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: MinGW port updated to 1.5.2
2007-05-26 21:36 ` Aaron Gray
@ 2007-05-26 22:32 ` Han-Wen Nienhuys
[not found] ` <004201c79fe7$f16b47b0$0200a8c0@AMD2500>
0 siblings, 1 reply; 8+ messages in thread
From: Han-Wen Nienhuys @ 2007-05-26 22:32 UTC (permalink / raw)
To: git
Aaron Gray escreveu:
>> Aaron Gray escreveu:
>>>>> GIT_EXTERNAL_DIFF works now.
>>>>
>>>> http://lilypond.org/git/binaries/mingw/
>>>>
>>>> uploading as I speak. Untested.
>>>
>>> This installs to "C:\Program Files\Git" and is not availiable on the
>>> path. What is going on here please ?
>>
>> this uses the same buildscripts as before, so if it worked, it should
>> still work. The path should point to $PF/Git/usr/bin/ ; you might need to
>> log out and log in again for the path to visible.
>
> Still not working properly.
>
> From CMD.EXE, neither 'git clone' and 'git-clone' are accessable.
- does the registry key HKLM SYSTEM\CurrentControlSet\Control\Session Manager\Environment
contain a PATH variable containing /Program Files/Git/usr/bin as an entry?
- what is the value of the PATH variable in CMD ?
- if this doens't work, please uninstall (run uninstall.exe) and rerun
the installer from the command line with the /S switch; this should generate
an install.log in $PF/Git/ . Send this to the list, or, if it's very big, send
send by private mail.
--
Han-Wen Nienhuys - hanwen@xs4all.nl - http://www.xs4all.nl/~hanwen
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2007-05-27 13:39 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-05-25 8:26 MinGW port updated to 1.5.2 Johannes Sixt
2007-05-26 20:01 ` Han-Wen Nienhuys
2007-05-26 20:48 ` Aaron Gray
2007-05-26 21:01 ` Han-Wen Nienhuys
2007-05-26 21:36 ` Aaron Gray
2007-05-26 22:32 ` Han-Wen Nienhuys
[not found] ` <004201c79fe7$f16b47b0$0200a8c0@AMD2500>
2007-05-27 6:26 ` Han-Wen Nienhuys
2007-05-27 13:38 ` Aaron Gray
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).