background preloader

Source version control sytems

Facebook Twitter

Database Build and Release with Jenkins. One of the frustrations of implementing a Continuous Integration (CI) system is understanding how the individual components of the workflow work together to contribute to the process.

Database Build and Release with Jenkins

The software engineer for a successful system describes how his team designed and use a useful CI system based on Jenkins, Subversion and Red Gate Tools. Practice Fusion is a web based Electronic Health Record (EHR) company that hosts over 35 million patient records (more than Kaiser Permanente and the Veterans Administration combined). We are the fastest growing Electronic Health Record community in the US. Hg Init: a Mercurial tutorial by Joel Spolsky.

Git vs Mercurial. Git and Mercurial are the two most popular Distributed Version Control Systems (DVCS).

Git vs Mercurial

[edit] Design and Workflow Mercurial is generally believed to be simpler and easier to learn than Git. In turn, there is often the perception that Git is more flexible and powerful. This is due, in part, because Git tends to provide more low-level commands, but also in part because the default Mercurial tends to hide advanced features, leaving it to users to edit the mercurial config file to activate the advanced features they like. This often leads to the perception that advanced features are not available in Mercurial.