Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

DVCS Choices - What's good for Windows?

Tags:

So I want to get a project on a distributed version control system, such as mercurial, git, or bazaar. The catch is that I need the Windows support to be good, i.e. no instructions that start off with "install cygwin...". Now I've heard that git's Windows support is decent these days, but don't have any first hand experience. Also, it sounds like the bazaar team has an explicit goal of making it as multiplatform as possible. Can I get any recommendations?

like image 618
C Hogg Avatar asked Aug 07 '08 12:08

C Hogg


2 Answers

I use msys-git on windows every single day. Works fast and flawlessly.

Although the newer build has some problems with git-svn, this build (Git-1.5.5-preview20080413.exe) has a working git-svn.

like image 163
Jonathan Works Avatar answered Oct 02 '22 11:10

Jonathan Works


There's a nice comparison between git, hg and bzr in this InfoQ article. They all have their strengths and weaknesses. You'll have to think about your project and your workflows and choose the best fit. The good news is that they're all fairly good.

like image 38
Pat Notz Avatar answered Oct 02 '22 13:10

Pat Notz