git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Re: Does Git run on Windows ?
  2006-07-06  2:55 Does Git run on Windows ? Aaron Gray
@ 2006-07-06  2:08 ` Christopher Faylor
  2006-07-06  2:56 ` Martin Langhoff
  2006-07-06  6:34 ` Johannes Schindelin
  2 siblings, 0 replies; 7+ messages in thread
From: Christopher Faylor @ 2006-07-06  2:08 UTC (permalink / raw)
  To: Aaron Gray, Git Mailing List

On Thu, Jul 06, 2006 at 03:55:25AM +0100, Aaron Gray wrote:
>This maybe a stupid question but does Git run on Windows ?

Yes.

cgf

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Does Git run on Windows ?
@ 2006-07-06  2:55 Aaron Gray
  2006-07-06  2:08 ` Christopher Faylor
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Aaron Gray @ 2006-07-06  2:55 UTC (permalink / raw)
  To: Git Mailing List

This maybe a stupid question but does Git run on Windows ?

Are there better options ?

If not how much work would it be to port it ?

Its got lots of C code, and Bash scripts, with a couple of Perl scripts.

So should run on Cygwin okay, maybe even MinGW. Anyone tried either ?

This maybe the crunch and reason to use CVS for now :(?)

Aaron

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Does Git run on Windows ?
  2006-07-06  2:55 Does Git run on Windows ? Aaron Gray
  2006-07-06  2:08 ` Christopher Faylor
@ 2006-07-06  2:56 ` Martin Langhoff
  2006-07-06 17:18   ` Aaron Gray
  2006-07-06  6:34 ` Johannes Schindelin
  2 siblings, 1 reply; 7+ messages in thread
From: Martin Langhoff @ 2006-07-06  2:56 UTC (permalink / raw)
  To: Aaron Gray; +Cc: Git Mailing List

On 7/6/06, Aaron Gray <angray@beeb.net> wrote:
> This maybe a stupid question but does Git run on Windows ?

Ask google :-) - try "git cygwin" - or look at the git wiki.

> Are there better options ?

Mercurial is quite similar (though not as fast), and may have an
easier time on Windows. Not 100% sure about that.

> This maybe the crunch and reason to use CVS for now :(?)

If you are only supporting some users on Windows, you may be able to
use git-cvsserver for them. Looks like a cvsserver but it is a GIT
repository ;-)

cheers,



martin

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Does Git run on Windows ?
  2006-07-06  2:55 Does Git run on Windows ? Aaron Gray
  2006-07-06  2:08 ` Christopher Faylor
  2006-07-06  2:56 ` Martin Langhoff
@ 2006-07-06  6:34 ` Johannes Schindelin
  2006-07-07 19:05   ` Jakub Narebski
  2 siblings, 1 reply; 7+ messages in thread
From: Johannes Schindelin @ 2006-07-06  6:34 UTC (permalink / raw)
  To: Aaron Gray; +Cc: Git Mailing List



On Thu, 6 Jul 2006, Aaron Gray wrote:

> This maybe a stupid question but does Git run on Windows ?

You do know that there are several list archives?

> Are there better options ?

Than Windows? Yes.

> Its got lots of C code, and Bash scripts, with a couple of Perl scripts.

And you completely forgot Python.

> So should run on Cygwin okay, maybe even MinGW. Anyone tried either ?

Yes, I have tried.

You might be surprised that Cygwin is supported. But then, you could have 
seen it in the Makefile.

I also tried to port git to MinGW. This project is stalled a little, 
because there is really, really, _really_ much to adapt.

MinGW inherits the problem of Windows being utterly non-POSIX, and that 
has to be worked around.

HOWEVER, if you would like to continue where I left off, I'll send you a 
repo URL where you can download it.

Ciao,
Dscho

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Does Git run on Windows ?
  2006-07-06  2:56 ` Martin Langhoff
@ 2006-07-06 17:18   ` Aaron Gray
  0 siblings, 0 replies; 7+ messages in thread
From: Aaron Gray @ 2006-07-06 17:18 UTC (permalink / raw)
  To: Git Mailing List

>> This maybe the crunch and reason to use CVS for now :(?)
>
> If you are only supporting some users on Windows, you may be able to
> use git-cvsserver for them. Looks like a cvsserver but it is a GIT
> repository ;-)

Thanks. This looks like the best option. Run Git, GitWeb, and git-cvsserver
on our Linux server. Allowing Windows users to connect via CVS and GitWeb.
Nice, looks like the right solution, best of both worlds.

Running Cygwin, Perl, and Python is not really something I could expect of
Windows programmers.

Many thanks,

Aaron

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Does Git run on Windows ?
  2006-07-06  6:34 ` Johannes Schindelin
@ 2006-07-07 19:05   ` Jakub Narebski
  2006-07-08  2:48     ` Johannes Schindelin
  0 siblings, 1 reply; 7+ messages in thread
From: Jakub Narebski @ 2006-07-07 19:05 UTC (permalink / raw)
  To: git

Johannes Schindelin wrote:
 
> On Thu, 6 Jul 2006, Aaron Gray wrote:
>
>> Its got lots of C code, and Bash scripts, with a couple of Perl scripts.
> 
> And you completely forgot Python.

If I remember correctly the only Python dependency was recursive merge
strategy, currently being reworked in C.

-- 
Jakub Narebski
Warsaw, Poland
ShadeHawk on #git

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Does Git run on Windows ?
  2006-07-07 19:05   ` Jakub Narebski
@ 2006-07-08  2:48     ` Johannes Schindelin
  0 siblings, 0 replies; 7+ messages in thread
From: Johannes Schindelin @ 2006-07-08  2:48 UTC (permalink / raw)
  To: Jakub Narebski; +Cc: git

Hi,

On Fri, 7 Jul 2006, Jakub Narebski wrote:

> Johannes Schindelin wrote:
>  
> > On Thu, 6 Jul 2006, Aaron Gray wrote:
> >
> >> Its got lots of C code, and Bash scripts, with a couple of Perl scripts.
> > 
> > And you completely forgot Python.
> 
> If I remember correctly the only Python dependency was recursive merge
> strategy, currently being reworked in C.

I remember, too. Because Alex and me are working very hard to provide 
something which is presentable to the list. We will release a WIP patch of 
it, probably tomorrow.

Ciao,
Dscho

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2006-07-08  2:48 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-07-06  2:55 Does Git run on Windows ? Aaron Gray
2006-07-06  2:08 ` Christopher Faylor
2006-07-06  2:56 ` Martin Langhoff
2006-07-06 17:18   ` Aaron Gray
2006-07-06  6:34 ` Johannes Schindelin
2006-07-07 19:05   ` Jakub Narebski
2006-07-08  2:48     ` Johannes Schindelin

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).