Ketan's Musings

Where he blogs about his eclipse musings

Archive for the ‘mercurial’ tag

Using Mercurial with Eclipse CVS

with 4 comments

Continuous Integration is a practice where developers frequently integrate their work with others, sometimes multiple times a day. In order to do this, developers do an update-merge-resolve conflict-compile-test-commit, and repeat for best results.

However there are times when you’re making major changes and the ‘commit’ phase in the cycle could break everybody else’s work, but you still need to check in! Here’s how mercurial (or even git) can help:

Read the rest of this entry »

Written by Ketan

January 24th, 2009 at 11:15 am

Posted in General

Tagged with , ,