geographika

Developing geo-technologies

Archive for the ‘mercurial’ tag

Source Control using BitBucket

with one comment

Putting code under source control is on most checklists for modern software development. Even small side projects, scripts, and code snippets can benefit from being under source control. For example:

  • When you improve the code others can see the changes and get the benefits
  • If someone else improves the code those improvements can be passed back to you via an automated process

BitBucket is a hosting service for the code-source control system Mercurial. Mecurial is part of a new-wave of distributed source control systems that have the following advantages and disadvantages over regular non-distributed source control:

Read the rest of this entry »

Written by geographika

June 9th, 2010 at 1:15 pm