geographika

Developing geo-technologies

Archive for the ‘sourcecontrol’ tag

A 10 Minute Intro on using BitBucket with Windows

without comments

There are already a couple of official quick start guides to using Mercurial’s Window’s client program TortoiseHG, but below are the bare details of how to use it with a new account on the BitBucket service.

Read the rest of this entry »

Written by geographika

June 9th, 2010 at 1:38 pm

Posted in programming

Tagged with ,

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