Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
using_darcs [2007-07-11 17:28] – external edit 127.0.0.1using_darcs [2007-07-11 17:42] (current) nik
Line 1: Line 1:
  
 +
 ===== darcs ===== ===== darcs =====
  
  
-"Darcs is a revision control system, along the lines of CVS or ARCH. That means that it keeps track of various revisions and branches of your project, allows for changes to propagate from one branch to another. Darcs is intended to be an 'advanced' revision control system. Darcs has two particularly distinctive features which differ from other revision control systems: 1) each copy of the source is a fully functional branch, and 2) underlying darcs is a consistent and powerful theory of patches."+"Darcs is a revision control system, along the lines of [[CVS]] or [[ARCH]]. That means that it keeps track of various revisions and branches of your project, allows for changes to propagate from one branch to another. Darcs is intended to be an 'advanced' revision control system. Darcs has two particularly distinctive features which differ from other revision control systems: 1) each copy of the source is a fully functional branch, and 2) underlying darcs is a consistent and powerful theory of patches."
  
   * homepage/download/docs http://abridgegame.org/darcs/ or http://darcs.net/   * homepage/download/docs http://abridgegame.org/darcs/ or http://darcs.net/
Line 44: Line 45:
  
 using darcs and trac together > http://www.darcs.net/DarcsWiki/TracOnDarcs using darcs and trac together > http://www.darcs.net/DarcsWiki/TracOnDarcs
 +
  
 ==== cvs/arch x-ref ==== ==== cvs/arch x-ref ====
Line 51: Line 53:
 based on entries in the manual with the caveat that "Because of the different models used by cvs (or arch) and darcs, it is difficult to provide a complete equivalence between cvs (or arch) and darcs. A rough correspondence for the everyday commands follows" based on entries in the manual with the caveat that "Because of the different models used by cvs (or arch) and darcs, it is difficult to provide a complete equivalence between cvs (or arch) and darcs. A rough correspondence for the everyday commands follows"
  
-<table cellspacing="1" cellpadding="1" border="0"><tr><th bgcolor="#dadada" "> font color="#000000">darcs</font></a> </th><th bgcolor="#dadada"><font color="#000000">cvs</font></a> </th><th bgcolor="#dadada"><font color="#000000">arch</font></a> </th></tr>+<html> 
 +<table cellspacing="1" cellpadding="1" border="0"><tr><th bgcolor="#dadada" "> <font color="#000000">darcs</font></a> </th><th bgcolor="#dadada"><font color="#000000">cvs</font></a> </th><th bgcolor="#dadada"><font color="#000000">arch</font></a> </th></tr>
 <tr><td bgcolor="#ffffff" "> darcs initialize </td><td bgcolor="#ffffff"> &nbsp; </td><td bgcolor="#ffffff"> tla init-tree </td></tr> <tr><td bgcolor="#ffffff" "> darcs initialize </td><td bgcolor="#ffffff"> &nbsp; </td><td bgcolor="#ffffff"> tla init-tree </td></tr>
 <tr><td bgcolor="#eaeaea" "> darcs get </td><td bgcolor="#eaeaea"> cvs checkout </td><td bgcolor="#eaeaea"> tla get </td></tr> <tr><td bgcolor="#eaeaea" "> darcs get </td><td bgcolor="#eaeaea"> cvs checkout </td><td bgcolor="#eaeaea"> tla get </td></tr>
Line 72: Line 75:
 <tr><td bgcolor="#ffffff" "> darcs tag </td><td bgcolor="#ffffff"> cvs tag </td><td bgcolor="#ffffff"> tla tag (if creating a tag). </td></tr> <tr><td bgcolor="#ffffff" "> darcs tag </td><td bgcolor="#ffffff"> cvs tag </td><td bgcolor="#ffffff"> tla tag (if creating a tag). </td></tr>
 </table> </table>
 +</html>
  • using_darcs.1184174895.txt.gz
  • Last modified: 2007-07-11 17:42
  • (external edit)