darcs
Distributed Revision Control System
Darcs is a revision control system. It is:
Distributed: Every user has access to the full command set, removing boundaries between server and client or committer and non-committers.
Interactive: Darcs is easy to learn and efficient to use because it asks you questions in response to simple commands, giving you choices in your work flow. You can choose to record one change in a file, while ignoring another. As you update from upstream, you can review each patch name, even the full diff for interesting patches.
Smart: Originally developed by physicist David Roundy, darcs is based on a unique algebra of patches called Patchtheory.
- Versions: 2.16.5
- Website: http://darcs.net
- Licenses: GPL 2
- Package source: gnu/packages/haskell-apps.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of darcs
as follows:
guix install darcs
Or install a particular version:
guix install darcs@2.16.5
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.
Badge code
You can use the following badge to inform users of darcs about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/darcs'><img src='https://packages.guix.gnu.org/packages/darcs/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/darcs)
Example Org:
[[https://packages.guix.gnu.org/packages/darcs][https://packages.guix.gnu.org/packages/darcs/badges/latest-version.svg]]