Distributed source control options - Stack Overflow most recent 30 from stackoverflow.com 2009-11-21T15:08:10Z http://stackoverflow.com/feeds/question/237 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/237/distributed-source-control-options 14 Distributed source control options EHaskins 2008-08-01T22:20:22Z 2009-08-04T21:59:41Z <p>I've been interested in Git, but the last time I looked the Windows support was essentially "run Linux".</p> <p>Are there any distributed source control tools that run well on Windows?</p> http://stackoverflow.com/questions/237/distributed-source-control-options/239#239 2 Answer by Bernard for Distributed source control options Bernard 2008-08-01T22:25:30Z 2008-08-01T23:12:53Z <p>I hear good things about Mercurial. Git <em>does</em> run on Windows though.</p> http://stackoverflow.com/questions/237/distributed-source-control-options/240#240 4 Answer by Karl Seguin for Distributed source control options Karl Seguin 2008-08-01T22:27:12Z 2008-08-01T22:27:12Z <p>There are a lot of good reasons to run Linux, Git is just one of them. I'd urge you to reconsider and give it a try.</p> <p>Otherwise, check out: <a href="http://en.wikipedia.org/wiki/Comparison_of_revision_control_software" rel="nofollow">http://en.wikipedia.org/wiki/Comparison_of_revision_control_software</a></p> <p>There's a sortable table of source control tools, you can sort "Repository model" and look at what platforms all the "Distributed" run on. I noticed Git does support windows, but only using Cygwin</p> http://stackoverflow.com/questions/237/distributed-source-control-options/241#241 6 Answer by Michael Stum for Distributed source control options Michael Stum 2008-08-01T22:29:00Z 2008-08-01T22:29:00Z <p>Check out <a href="http://www.selenic.com/mercurial/wiki/" rel="nofollow">Mercurial</a>. I have not used it myself, but it has <a href="http://www.selenic.com/mercurial/wiki/index.cgi/BinaryPackages" rel="nofollow">official Windows Packages</a>.</p> http://stackoverflow.com/questions/237/distributed-source-control-options/248#248 0 Answer by EHaskins for Distributed source control options EHaskins 2008-08-01T22:39:01Z 2008-08-01T22:39:01Z <p>@Bernard Mecurial looks promising. Also I assume you're referring to running Git in Cygwin, if not can you post where you found that info.</p> <p>@Karl I do use Linux on one of my machine, and have no problems with it, but my primary dev machine is a Windows box. While I am considering using Cygwin I would prefer a native solution. Thanks for the Wiki link.</p> http://stackoverflow.com/questions/237/distributed-source-control-options/252#252 2 Answer by Karl Seguin for Distributed source control options Karl Seguin 2008-08-01T23:10:25Z 2008-08-01T23:10:25Z <p>Git does have a windows client much like TurtoiseSVN: <a href="http://repo.or.cz/w/git-cheetah.git/" rel="nofollow">http://repo.or.cz/w/git-cheetah.git/</a></p> http://stackoverflow.com/questions/237/distributed-source-control-options/275#275 5 Answer by Peter Burns for Distributed source control options Peter Burns 2008-08-01T23:58:48Z 2008-08-01T23:58:48Z <p>This seems to be a pretty reasonable guide to running git on windows: <a href="http://kylecordes.com/2008/04/30/git-windows-go/" rel="nofollow">http://kylecordes.com/2008/04/30/git-windows-go/</a></p> http://stackoverflow.com/questions/237/distributed-source-control-options/358#358 4 Answer by kurious for Distributed source control options kurious 2008-08-02T06:16:20Z 2008-08-02T06:16:20Z <p>I've played with Mercurial (hg for short) on Windows and enjoyed it -- the setup was painless. There are various <a href="http://tortoisehg.sourceforge.net/" rel="nofollow">GUI tools</a> to integrate it with Windows Explorer. I've written a <a href="http://betterexplained.com/articles/intro-to-distributed-version-control-illustrated/" rel="nofollow">short tutorial</a>, which may help you get started.</p> http://stackoverflow.com/questions/237/distributed-source-control-options/603#603 5 Answer by engtech for Distributed source control options engtech 2008-08-03T02:19:34Z 2008-08-03T02:19:34Z <p>Git is gaining more and more Apple/Windows support now that Rails and github are around.</p> <p>Have you seen <a href="http://github.com/" rel="nofollow">http://github.com/</a>?</p> <p>You should be able to run Git on Windows without Cygwin by using msysGit. <a href="http://code.google.com/p/msysgit/" rel="nofollow">http://code.google.com/p/msysgit/</a></p> <p>As @rictic mentioned, this guide is good: <a href="http://kylecordes.com/2008/04/30/git-windows-go/" rel="nofollow">http://kylecordes.com/2008/04/30/git-windows-go/</a></p> http://stackoverflow.com/questions/237/distributed-source-control-options/617#617 4 Answer by Justin Walgran for Distributed source control options Justin Walgran 2008-08-03T04:03:23Z 2008-08-03T04:03:23Z <p>The other DVCS I am aware of is <a href="http://bazaar-vcs.org" rel="nofollow">Bazaar</a> The site boasts ease of use and support for all three major OS's</p> http://stackoverflow.com/questions/237/distributed-source-control-options/934#934 0 Answer by Shadow_x99 for Distributed source control options Shadow_x99 2008-08-04T00:59:04Z 2008-08-04T00:59:04Z <p>I've used GIT on my trusty Cygwin Installation for a while now and it's very nice. If you have the option to install Cygwin, I suggest to install GIT as well and try it on your own...</p> http://stackoverflow.com/questions/237/distributed-source-control-options/4069#4069 0 Answer by lomaxx for Distributed source control options lomaxx 2008-08-06T22:28:07Z 2008-08-06T22:28:07Z <P>I've used mercurial and it was pretty nice, altho it still has some early teething problems. One of the annoying things about it was that your repositories had to be in the root directory of the folder you wanted to place your files under source control and it was hard to have projects spread in different locations sharing the same repository.</P> <P>Merging and branching was pretty easy tho and once you got used to the commands it was all pretty straight forward</P> http://stackoverflow.com/questions/237/distributed-source-control-options/29211#29211 21 Answer by Benjamin Pollack for Distributed source control options Benjamin Pollack 2008-08-26T23:45:17Z 2008-08-26T23:45:17Z <p>Mercurial runs very well under Windows--the major factor that encouraged us to adopt it where I work. The best way to install and use it is <a href="http://tortoisehg.sourceforge.net/" rel="nofollow">TortoiseHg</a>, which provides integration with Explorer and open/save dialogs. The package comes with the most recent command-line version of Mercurial, plus lots of bells and whistles, such as good GUI tools for viewing and searching your repository history, third-party extensions not normally included, and easy ways to configure your Mercurial setup. If you interact often with Unix developers, you should also take a look at the <a href="http://www.selenic.com/mercurial/wiki/index.cgi/Win32Extension" rel="nofollow">win32text extension</a>, which will take care of line-ending issues.</p> <p>As far as git on Windows goes: I don't personally find running a program in Cygwin on Windows counts as a native Windows solution, any more than running something compiled against winelib makes it a native Linux program. You'll still have to deal with comparatively poor performance (git itself is fast, but makes many Unix-centric decisions that hurt it on Windows), an entirely different command-line set that won't integrate with the rest of your tool chain, and an entire new class of line-ending issues as some Unix-centric and some Windows-centric tools walk over your text files.</p> http://stackoverflow.com/questions/237/distributed-source-control-options/63576#63576 2 Answer by arnebab for Distributed source control options arnebab 2008-09-15T14:50:02Z 2008-09-15T15:06:38Z <p>I use Mercurial on GNU/Linux, but with </p> <ul> <li><a href="http://tortoisehg.sf.net" rel="nofollow">http://tortoisehg.sf.net</a> (full Mercurial GUI integration in the explorer), </li> <li><a href="http://bitbucket.org/" rel="nofollow">http://bitbucket.org/</a> and <a href="http://freehg.org" rel="nofollow">http://freehg.org</a> (a collaboration platform for Mercurial projects and a simpler repository platform) and </li> <li>all code except speed critical parts written in Python, </li> </ul> <p>Mercurial works very nice on Windows. </p> <p>It's easy enough to use that I could without problems: </p> <ul> <li>teach it to a not-that-computer-savvy-collegue for writing text together. </li> <li>guide a friend by phone through installing Mercurial (TortoiseHG), creating a repository and setting it up for working together using seperate push (his) and pull (mine) repositories - after installing it only once on a Windows machine (I only run GNU/Linux). </li> </ul> http://stackoverflow.com/questions/237/distributed-source-control-options/64379#64379 1 Answer by manveru for Distributed source control options manveru 2008-09-15T16:21:59Z 2008-09-15T16:21:59Z <p><a href="http://darcs.net/" rel="nofollow" title="Darcs">Darcs</a> seems to work on Windows just as well.</p> http://stackoverflow.com/questions/237/distributed-source-control-options/64444#64444 1 Answer by Bryan Oakley for Distributed source control options Bryan Oakley 2008-09-15T16:29:43Z 2008-09-15T16:29:43Z <p>Bitkeeper runs well on windows (as well as *nix and mac). It is a commercial product. </p> http://stackoverflow.com/questions/237/distributed-source-control-options/66785#66785 1 Answer by Eduardo for Distributed source control options Eduardo 2008-09-15T20:47:24Z 2008-09-15T20:47:24Z <p>I use Git on Windows daily to do version control of a Delphi software' source code. Just use Cygwin to install it: <a href="http://www.cygwin.com/setup.exe" rel="nofollow">http://www.cygwin.com/setup.exe</a> </p> <p><a href="http://www.advogato.org/person/apenwarr/diary/371.html" rel="nofollow">http://www.advogato.org/person/apenwarr/diary/371.html</a></p> http://stackoverflow.com/questions/237/distributed-source-control-options/70097#70097 0 Answer by for Distributed source control options 2008-09-16T07:35:17Z 2008-09-16T07:35:17Z <p>Git officially runs in Windows using "Cygwin". However, there is this project hosted in "Google Code" to compile git using "msys": <a href="http://code.google.com/p/msysgit/" rel="nofollow">http://code.google.com/p/msysgit/</a></p> <p>Personally, I have tried both "git" and "Mercurial (hg)" which are the best free DSC options out there. For me, the lack of graphical tools for "git" under Windows has been a major drawback so I'll recommend "Mercurial" using "TortoiseHg": <a href="http://tortoisehg.sourceforge.net/" rel="nofollow">http://tortoisehg.sourceforge.net/</a></p> <p>The only issue I've found with "ToitoiseHg" is that it doesn't integrate with the Windows Explorer Shell under Windows Vista 64-bits. You can install some 32-bits file explorer, like <a href="http://www.freecommander.com/" rel="nofollow">http://www.freecommander.com/</a> to overcome this.</p> <p>If you are going to use "git" then by all means use the "msys" version. It's much lighter than Cygwin, although it seems the Cygwin version is updated more often.</p> http://stackoverflow.com/questions/237/distributed-source-control-options/70102#70102 1 Answer by Dark Shikari for Distributed source control options Dark Shikari 2008-09-16T07:36:56Z 2008-09-16T07:36:56Z <p>I develop almost exclusively on Windows (Cygwin environment) and use nothing but git. I'm not sure where the idea that git is problematic on Windows came from, but I've certainly had no issues with it.</p> http://stackoverflow.com/questions/237/distributed-source-control-options/70118#70118 0 Answer by Scott Evernden for Distributed source control options Scott Evernden 2008-09-16T07:39:48Z 2008-09-16T07:39:48Z <p>I chose Bazaar over Mercurial, but they have essentially identical functionalty. Git never appealed to me much</p> http://stackoverflow.com/questions/237/distributed-source-control-options/70285#70285 12 Answer by David Cournapeau for Distributed source control options David Cournapeau 2008-09-16T08:14:12Z 2008-09-20T04:46:05Z <p>It seems to be that the three big open source players are bzr, git and hg (I discard non open source ones because I have never used them, but that can be a valid option, specially on windows).</p> <p>As some mentioned, git does work natively (e.g. without cygwin) on windows. Git is the most powerful, and has a lot of traction. It will (it already is) be a key player, because it is used by several key open source projects (linux, Xorg, a lot of freedesktop stuff, RoR, and more to come for sure).</p> <p>bzr is the one I know the most, and works reasonably well. The basic command set are the same as for subversion (commit, log, blame, etc....). Bzr seems more solid on windows thanks to unicode support which seems more integrated in bzr (every path is treated as unicode internally). I use bzr all the time to share between my main machine on linux and windows VM. Also, bzr has support for many network protocols (dumb http, ftp, sftp, etc...).</p> <p>Hg is implemented in python, as bzr, meaning it is practically more portable than git (which is C + shell scripts). Hg looks similar to bzr, but has more corner cases and a bit more fragile wrt errors (not corruption or anything, but for example, by default, hg needs some env variables set on mac os X, things like that).</p> <p>Concerning the branch model: hg and git follow the model of many branches in one repository, one branch at a time. By that, I mean that in a repository, at any moment, you have only one working tree corresponding to one branch. This means that switching between branches is easy and fast, and sharing repository data is easier.</p> <p>bzr follows a different model than hg and git, that is you have one directory per branch (if you have one branch b1 and one branch b2, the two branches will be two different directories, a bit like when you checkout from svn). It means it is easier to use external tools (one working tree per branch), but IMHO, it is less powerful than hg/git model, because at least in git case, you can do very advanced stuff between branches, and I think part of it is because of having the same repository between the two branches(like logging only the commits from branch1 which are not in branch2; bzr can do it too, but if each branch has its own repository, I guess this can have an impact on the performances).</p> <p>Another difference is that in bzr, the mainline is considered special. You can change which branch is the mainline at any moment (it is not less distributed than git or hg in that regard), but it has consequences on how the log is displayed, and in the revision number at the UI level. Besides revid which are unique for any revision, bzr mostly use revno, which are simple integer like for subversion. Of course, those numbers are not distributed (if you change your branch, the revno change), but that means it looks easier.</p> <p>I am a big user of bzr, I have used it for more than two years for every project of mine. But more recently, I have been using git (for svn projects through git-svn), and I like it more and more. The branch model of git is more powerful IMHO. I find the bzr revno confusing, because when you merge branches, your numbers do not really make sense anymore, you have 172 coming after 174.1 or things like that. Also, bzr is slow compared to hg, and painfully slow compared to git (at least on linux). We are talking about order of magnitude. The two areas where bzr is really slow are big histories (ten of thousand of commits) and network; bzr scales ok for big working trees. OTOH, bzr has launchpad for bug tracking, and although launchpad has its (many) warts, it is getting better and better; you don't have much free options for git or hg if you want bug tracking. Also, I find bzr the one which has the best error system: when it fails, you almost always know why; git error message can be cryptic.</p> <p>The GUI tools on windows are pretty bad for all of them. TortoiseHG is a joke.</p> <p>To sum up:</p> <ul> <li>git: fastest, most powerful, lot of developers/users behind it</li> <li>bzr: easy to use, more support for centralized development, maybe less confusing for users used to svn/cvs, slow, good support on windows.</li> <li>hg: a bit of the middle between git and bzr.</li> <li>all suck at GUI tools on windows</li> </ul> http://stackoverflow.com/questions/237/distributed-source-control-options/91416#91416 0 Answer by David Plumpton for Distributed source control options David Plumpton 2008-09-18T10:14:18Z 2008-09-18T10:14:18Z <p>The msysgit installer seems to have Git running quite nicely under Windows. It's a little slower than under Linux, and the gui screens might look a little clunky, but it's quite useable. You can download the installer from <a href="http://code.google.com/p/msysgit/" rel="nofollow">http://code.google.com/p/msysgit/</a></p> http://stackoverflow.com/questions/237/distributed-source-control-options/107851#107851 0 Answer by Charles Faiga for Distributed source control options Charles Faiga 2008-09-20T10:36:00Z 2009-04-25T06:38:05Z <p>here is a nice podcast on <a href="http://web20show.com/episodes/web20show-ep45-github" rel="nofollow">Git</a> </p> http://stackoverflow.com/questions/237/distributed-source-control-options/201506#201506 3 Answer by MattG for Distributed source control options MattG 2008-10-14T14:55:46Z 2008-10-14T14:55:46Z <p>I think you will find git, mercurial(hg), and bazaar all pretty good at this point. They all have major projects using them (though I think bazaar has less than the others):</p> <ul> <li>bazaar - Ubuntu Linux</li> <li>git - Linux Kernel</li> <li>Mercurial(hg) - Mozilla Firefox</li> </ul> <p>In looking at all the references I can find, the general feelings seem to be that git has been engineered from the ground up to be more powerful and versatile, while Mercurial has a more polished user interface and feel. Bazaar just doesn't seem to have the same traction as the other two, though there are some dedicated users. If you'd asked me a year ago, I would have told you git seemed to be a fast moving target, and rough around the edges, so avoid it. Now, I am thinking of going to git full time. The only worry I see is that there is no windows gui, and I need that for some less savvy people to pull things from the repository. I had heard about <a href="http://repo.or.cz/w/git-cheetah.git/" rel="nofollow">git-cheetah</a>, and looked into it, but the project seems to have lost all its developers, and hasn't had anything checked in since February. Mercurial, on the other hand, does have <a href="http://tortoisehg.sourceforge.net/" rel="nofollow">TortoiseHg</a> which had its last check-in <a href="http://www.bitbucket.org/tksoh/tortoisehg-crew/" rel="nofollow">2 weeks ago(unstable)</a>.</p> <p>Git has garnered a lot of attention with <a href="http://github.com/" rel="nofollow">github</a>. Mercurial now has <a href="http://www.bitbucket.org/" rel="nofollow">bitbucket</a> to fill that void. </p> <p>If you and your other repository users like the command line, go with git. If you have to have a gui now, Mercurial is your best bet. It may be a while before git gets a stable windows gui, but I think it will eventually happen.</p> http://stackoverflow.com/questions/237/distributed-source-control-options/239586#239586 0 Answer by mmiika for Distributed source control options mmiika 2008-10-27T11:14:37Z 2008-10-27T11:14:37Z <p>I used msysGit on Windows for a while but got a bit tired of non Windows style of tools. Moved to Mercurial and been a happy camper since. </p> http://stackoverflow.com/questions/237/distributed-source-control-options/795526#795526 0 Answer by pablo for Distributed source control options pablo 2009-04-27T22:25:28Z 2009-04-27T22:25:28Z <p><a href="http://www.plasticscm.com" rel="nofollow">Plastic SCM</a> is distributed and 100% usable on windows. You can distribute branches back and forth using the GUI, it has ACLs, good branching, nice graphics...</p> <p>It's free for students, open source projects and hobbyists.</p> http://stackoverflow.com/questions/237/distributed-source-control-options/1229483#1229483 1 Answer by abuehl for Distributed source control options abuehl 2009-08-04T19:35:38Z 2009-08-04T21:59:41Z <blockquote> <p><em>"The only issue I've found with "TortoiseHg" is that it doesn't integrate with the Windows Explorer Shell under Windows Vista 64-bits."</em></p> </blockquote> <p>Starting with version 0.8 (released 2009-07-01) TortoiseHg supports Windows Vista 64bit explorer shell integration. Thanks to the new C++ shell extension (I contributed significantly to that).</p> <p>Check current release TortoiseHg-0.8.1-hg-1.3.1.exe available from <a href="http://bitbucket.org/tortoisehg/stable/downloads/" rel="nofollow">http://bitbucket.org/tortoisehg/stable/downloads/</a></p>