= Mussa - Darcs Revision Control System = == What is Darcs? == To quote the [http://darcs.net/ darcs web site]: {{{ Darcs is a revision control system. Darcs is simple to learn and use, with a powerful new approach to meet the needs of today's distributed software projects. Darcs is decentralized, based on a "theory of patches" with roots in quantum mechanics. }}} == How do I check out a copy of Mussagl using darcs? == 1. [http://darcs.net/DarcsWiki/CategoryBinaries Download & Install Darcs] * For reference, you might want to check out the [http://darcs.net/manual/ Darcs Manual] 2. Checkout a copy of mussagl using the command: {{{ darcs get http://mussa.caltech.edu/darcs mussagl }}} == How do get the latest patches if I have already checked out a copy of Mussagl? == {{{ cd darcs pull }}} == How do I build mussa from source? == * See the [wiki:MussaglBuild Mussagl Build Page]