git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* MSysGit Stability
@ 2008-07-15 21:58 Joe Fiorini
  2008-07-16  5:22 ` Vincent Kergonna
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Joe Fiorini @ 2008-07-15 21:58 UTC (permalink / raw)
  To: git

Hey all,

I'm going to be working with a small dev shop in the near future and
we would like to use Git for our project.  Two of us are on Macs, but
the other is on Windows.  I know the options are MSysGit or Git
through cygwin.  I'm curious which is better to use and if MSysGit is
even stable yet.  Does anyone have experience running Git on Windows?
Any experiences you can share?  Is MSysGit ready yet or should we
wait?

Thanks all!
Joe

-- 
joe fiorini
http://www.faithfulgeek.org
// freelancing & knowledge sharing

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

* Re: MSysGit Stability
  2008-07-15 21:58 MSysGit Stability Joe Fiorini
@ 2008-07-16  5:22 ` Vincent Kergonna
  2008-07-16  8:30 ` Peter Krefting
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 7+ messages in thread
From: Vincent Kergonna @ 2008-07-16  5:22 UTC (permalink / raw)
  To: Joe Fiorini; +Cc: git


On Jul 15, 2008, at 23:58 , Joe Fiorini wrote:

> Hey all,

Hi,

>
>
> I'm going to be working with a small dev shop in the near future and
> we would like to use Git for our project.  Two of us are on Macs, but
> the other is on Windows.  I know the options are MSysGit or Git
> through cygwin.  I'm curious which is better to use and if MSysGit is
> even stable yet.  Does anyone have experience running Git on Windows?
> Any experiences you can share?  Is MSysGit ready yet or should we
> wait?

We are using MSysGit at work. We've had no problem with it so far  
(using it for about four months).  I think you can safely use MSysGit  
on Windows. Since it comes with a dedicated installer It is easier to  
install/upgrade than the cygwin version.

>
>
> Thanks all!
> Joe
>

	Vincent

> -- 
> joe fiorini
> http://www.faithfulgeek.org
> // freelancing & knowledge sharing
> --
> 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

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

* Re: MSysGit Stability
  2008-07-15 21:58 MSysGit Stability Joe Fiorini
  2008-07-16  5:22 ` Vincent Kergonna
@ 2008-07-16  8:30 ` Peter Krefting
  2008-07-16 10:42 ` Dmitry Potapov
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 7+ messages in thread
From: Peter Krefting @ 2008-07-16  8:30 UTC (permalink / raw)
  To: Joe Fiorini; +Cc: Git Mailing List

Joe Fiorini:

> I'm curious which is better to use and if MSysGit is even stable yet.
> Does anyone have experience running Git on Windows? Any experiences
> you can share? Is MSysGit ready yet or should we wait?

I have been using MSysGit actively for several projects since late last
year. The first time was a bit rough, but with the latest few version,
the MSysGit version has really matured, and I am happy to recommend it
anyone who wants to try out Git.

-- 
\\// Peter - http://www.softwolves.pp.se/

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

* Re: MSysGit Stability
  2008-07-15 21:58 MSysGit Stability Joe Fiorini
  2008-07-16  5:22 ` Vincent Kergonna
  2008-07-16  8:30 ` Peter Krefting
@ 2008-07-16 10:42 ` Dmitry Potapov
  2008-07-16 12:33 ` Peter Harris
  2008-07-16 14:59 ` Pascal Obry
  4 siblings, 0 replies; 7+ messages in thread
From: Dmitry Potapov @ 2008-07-16 10:42 UTC (permalink / raw)
  To: Joe Fiorini; +Cc: git

On Tue, Jul 15, 2008 at 05:58:43PM -0400, Joe Fiorini wrote:
> I'm curious which is better to use and if MSysGit is
> even stable yet.  Does anyone have experience running Git on Windows?

Personally, I don't use it because I rarely use Windows, but I know
people who do since the beginning of this year, and in general they are
happy with it. It works faster than Cygwin version due to some Git
specific optimization put into mingw compatibility layer. So, the only
complain I heard so far is from people who got Cygwin on their computer,
and they don't like that MSysGit installs MSys, which means another set
of POSIX utilities such as bash but different version (usually more old)
and having a different HOME directory.

Dmitry

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

* Re: MSysGit Stability
  2008-07-15 21:58 MSysGit Stability Joe Fiorini
                   ` (2 preceding siblings ...)
  2008-07-16 10:42 ` Dmitry Potapov
@ 2008-07-16 12:33 ` Peter Harris
  2008-07-16 12:58   ` Johannes Schindelin
  2008-07-16 14:59 ` Pascal Obry
  4 siblings, 1 reply; 7+ messages in thread
From: Peter Harris @ 2008-07-16 12:33 UTC (permalink / raw)
  To: Joe Fiorini; +Cc: git

On Tue, Jul 15, 2008 at 5:58 PM, Joe Fiorini wrote:
>
>   Does anyone have experience running Git on Windows?

I use msysgit regularly. The core git is quite stable, although
occasionally peripherals have a bit of trouble. For example, git-svn
was broken recently.

Overall, I would recommend msysgit for anyone stuck on Windows.

Peter Harris

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

* Re: MSysGit Stability
  2008-07-16 12:33 ` Peter Harris
@ 2008-07-16 12:58   ` Johannes Schindelin
  0 siblings, 0 replies; 7+ messages in thread
From: Johannes Schindelin @ 2008-07-16 12:58 UTC (permalink / raw)
  To: Peter Harris; +Cc: Joe Fiorini, git

Hi,

On Wed, 16 Jul 2008, Peter Harris wrote:

> On Tue, Jul 15, 2008 at 5:58 PM, Joe Fiorini wrote:
> >
> >   Does anyone have experience running Git on Windows?
> 
> I use msysgit regularly. The core git is quite stable, although
> occasionally peripherals have a bit of trouble. For example, git-svn
> was broken recently.

Note that git-svn will be removed in the next alpha release of msysGit, 
due to lack of people interested in fixing the thing.  No, complaining and 
asking others to do all the work does not account for "interest".

Ciao,
Dscho

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

* Re: MSysGit Stability
  2008-07-15 21:58 MSysGit Stability Joe Fiorini
                   ` (3 preceding siblings ...)
  2008-07-16 12:33 ` Peter Harris
@ 2008-07-16 14:59 ` Pascal Obry
  4 siblings, 0 replies; 7+ messages in thread
From: Pascal Obry @ 2008-07-16 14:59 UTC (permalink / raw)
  To: Joe Fiorini; +Cc: git

Joe,

> I'm going to be working with a small dev shop in the near future and
> we would like to use Git for our project.  Two of us are on Macs, but
> the other is on Windows.  I know the options are MSysGit or Git
> through cygwin.  I'm curious which is better to use and if MSysGit is
> even stable yet.  Does anyone have experience running Git on Windows?

Yes, all the time on some quite large projects and since a year now. No 
problem, quite stable. I'm using Git on Cygwin that I build myself 
almost every day. I'm also working with git-svn as many projects I'm 
working on are based on Subversion. At least Git Cygwin is a perfect 
solution on Windows.

> Any experiences you can share?  Is MSysGit ready yet or should we
> wait?

I have never used MSysGit, so I won't comment.

Pascal.

-- 

--|------------------------------------------------------
--| Pascal Obry                           Team-Ada Member
--| 45, rue Gabriel Peri - 78114 Magny Les Hameaux FRANCE
--|------------------------------------------------------
--|              http://www.obry.net
--| "The best way to travel is by means of imagination"
--|
--| gpg --keyserver wwwkeys.pgp.net --recv-key C1082595

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

end of thread, other threads:[~2008-07-16 15:00 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-15 21:58 MSysGit Stability Joe Fiorini
2008-07-16  5:22 ` Vincent Kergonna
2008-07-16  8:30 ` Peter Krefting
2008-07-16 10:42 ` Dmitry Potapov
2008-07-16 12:33 ` Peter Harris
2008-07-16 12:58   ` Johannes Schindelin
2008-07-16 14:59 ` Pascal Obry

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