| Both sides previous revisionPrevious revisionNext revision | Previous revision |
| using_darcs [2007-07-11 17:42] – nik | using_darcs [2025-11-02 08:46] (current) – nik |
|---|
| | |
| |
| ===== darcs ===== | ===== darcs ===== |
| |
| | (circa 2007. prior to the era of git...) |
| |
| "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." |
| | |
| |
| ==== repos ==== | ==== repos (previously...) ==== |
| |
| the [[FoAM]] repositories can be accessed using the interwiki tag 'FoamDarcs:' for example FoamDarcs:ceed | the [[FoAM]] repositories can be accessed using the interwiki tag 'FoamDarcs:' for example FoamDarcs:ceed |
| |
| ie. http://fo.am/cgi-bin/darcsweb.cgi?r=ceed | ie. http://fo.am/cgi-bin/darcsweb.cgi?r=ceed |
| |
| ==== emigration from cvs ==== | ==== emigration from cvs ==== |
| instructions and tools for converting cvs repositries to darcs are available at http://www.scannedinavian.org/DarcsWiki/ConvertingFromCvs | |
| | instructions and tools for converting cvs repositories to darcs are available at http://www.scannedinavian.org/DarcsWiki/ConvertingFromCvs |
| |
| |
| |
| 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 ==== |
| 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"> </td><td bgcolor="#ffffff"> tla init-tree </td></tr> | <tr><td bgcolor="#ffffff" "> darcs initialize </td><td bgcolor="#ffffff"> </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> |
| <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> |