1 / 13

Distributed Version control with Mercurial

Distributed Version control with Mercurial. Brian Sullivan. Falcon Applications, LLC – Shreveport, LA Shreveport .NET User Group Leader bmsullivan@gmail.com http://www.sullivansoftdev.com/blog http://twitter.com/bmsullivan. Agenda. Why DVCS, and why Mercurial?

ellard
Télécharger la présentation

Distributed Version control with Mercurial

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Distributed Version control with Mercurial

  2. Brian Sullivan • Falcon Applications, LLC – Shreveport, LA • Shreveport .NET User Group Leader • bmsullivan@gmail.com • http://www.sullivansoftdev.com/blog • http://twitter.com/bmsullivan

  3. Agenda • Why DVCS, and why Mercurial? • Installation and project setup • Basic usage • Branching and merging • Migrating from other version control systems • Writing Extensions in Python

  4. Why DVCS? • Problems with centralized VCS • Connection-dependent • Single POF • Difficult merging • DVCS solutions • Local repository • P2P architecture • Branching/merging are first-class citizens

  5. Why Mercurial? • Fast • Easy to learn • Cross-platform • Easy customization • Community and adoption rate

  6. The Bare Essentials • init • clone • add • commit • revert • diff • log • push • pull • update • merge

  7. Demo

  8. Migrating • Convert extension • Subversion • CVS • git • Darcs • Bazaar • Interop • HgGit • HgSubversion

  9. Demo: Extensions

  10. Resources • Mercurial Official Site - http://mercurial.selenic.com/ • TortoiseHg - http://tortoisehg.bitbucket.org/ • HgBook - http://hgbook.red-bean.com/

  11. Recap • Why DVCS, and why Mercurial? • Installation and project setup • Basic usage • Branching and merging • Migrating from other version control systems • Writing Extensions in Python

  12. Questions?

More Related