Archive for the tag 'source-control'

Apr 30 2008

Getting Started with Git and GitHub on Windows

Published under Technology

(Update: I have a new, related post about the Best Git GUIs for Windows.) I’ve been attracted to, and trying out, various distributed source control tools for the last two years, and have come to the conclusion that the most likely “winner” is Git. Git does a great many things right, good progress is being made [...]

22 responses so far

Mar 22 2008

Git on Windows, it actually works now

Published under Technology

I’ve been trying out various distributed source control tools, and used several of them for various very small projects. I’ve most mostly settled on git as the one I prefer, but I haven’t yet published any code with it. Also, I’ve been frustrated that git support for Windows has been very weak. Msysgit appears to [...]

4 responses so far

Oct 16 2007

Distributed Version Control for the Other 80%

Published under Technology

Ben Collins-Sussman, one of the key developers behind Subversion, argues in Version Control and the 80% that distributed version control will remain a niche interest, and will not move in to the mainstream (as his favorite tool certainly has). He has a number of good reasons to back up this thesis. I think he’s wrong. [...]

4 responses so far

Oct 11 2007

A Brief Introduction to Distributed Version Control

Published under Presentations

Last night at SLUUG, I have a talk on distributed source control tools. It was quite introductory, but the notes (below) may still be helpful. These notes were on a handout at the talk, as usual I didn’t use slides. Unfortunately I didn’t get an audio recording of this talk, so no transcript either. About [...]

3 responses so far

Oct 01 2007

Upcoming talk: Intro to Distributed Source Control

Published under Technology

Where: SLUUG (though my talk is not listed on the site yet) When: October 10th, meeting starts at 6:30 PM I’ll introduce distributed source control tools: A short tour of the basic use of git, bzr, and hg (Mercurial) Thoughts on why you’d want to use a distributed source control tool at all, vs. a [...]

3 responses so far

Jun 27 2007

svnmerge, a tool to manage SVN merges

Published under Technology

We use SVN on a project with a lot of small branches, i.e. a branch for almost every non-trivial feature. This is not a particularly pleasant want to use SVN, but it meets another important need for our project: code review on the way in to the trunk (as a “gate”), rather than code review [...]

One response so far

« Newer Entries - Older Entries »