Archive for the ‘GIT’ Category

Subversion moves to ASF; Predicting bugs; updated SCM-Comparison.

Friday, November 6th, 2009

I’ll try to restart the version control blog with a new digest format.

Ben Collins-Sussman announced that Subversion makes transition under the wings of Apache Software Foundation. We also learn that Ben is Mercurial user now, at least for open-source projects :)

Jim Whitehead “Predicting bugs in code changes using SCM information” describes the experiment to try and predict bugs location, using historical information from SCM.

Our own SCM Comparison was updated to the recent master copy from Better SCM Initiative.

Full text of “Pro Git” book by Scott Chacon is available online: progit.org.

An Illustrated Guide to Git on Windows

Sunday, February 1st, 2009

An Illustrated Guide to Git on Windows.

(via Github blog)

Perl 5 now uses Git for version control

Wednesday, December 24th, 2008

http://use.perl.org/articles/08/12/22/0830205.shtml

More than twenty years of Perl development history has been migrated to Git and is available at http://perl5.git.perl.org/perl.git. Previously it used Perforce, and it was somewhat unfortunate choice for an open-source project.

via http://github.com/blog/276-perl-mirror-on-github

GIT 1.6.0 released

Tuesday, August 19th, 2008

Yesterday Git 1.6.0 was released.

Please read full announcement and changelog.

Dave Dribin: “Choosing a Distributed Version Control System”

Sunday, February 10th, 2008

Dave Dribin wrote a couple of posts on choosing between the usual suspects: Mercurial, Bazaar and Git. Well-written, recommended.

Read at: Choosing a Distributed Version Control System; follow-up: Why I Chose Mercurial.

Karl Fogel, Ben Collins-Sussman, on distributed version control

Thursday, October 11th, 2007

Important opinions from Subversion developers:

Karl Fogel: “Subversion, decentralized version control, and the future”

Ben Collins-Sussman: “The Risks of Distributed Version Control”

Git 1.5.3

Friday, September 14th, 2007

Git 1.5.3 was released by Junio Hamano on Sep 3rd.

Read more at:

git stash is similar to shelving feature of Microsoft Team Foundation Server.

Garry Dolley: “Capistrano 2.0 with Git shared repository”

Friday, September 14th, 2007

Garry Dolley posted the module for Capistrano (that’s Ruby on Rails deployment tool) which allows it to use Git as the source control system.

Read more and download at “Capistrano 2.0 with Git shared repository”.

Zack Rusin: Git cheat sheet

Wednesday, September 12th, 2007

Zack Rusin created useful Git cheat sheet.

See “Git cheat sheet” for several sizes.

There is also a similar Mercurial cheat sheet at http://www.ivy.fr/mercurial/ref/v1.0/

Thank you, Robert.

Linus Torvalds: Re: clarification on git, central repositories and commit access lists

Monday, August 27th, 2007

Linus Torvalds, in a long excellent e-mail reply to KDE developer Adam Treat, writes about social and technical issues of decentralized version control systems, as applied to huge software projects like Linux and KDE.

Read at LWN.net: “Re: clarification on git, central repositories and commit access lists”.