Darcs is a free and open source, cross-platform version control system, like git, mercurial or subversion but with a very different approach. Thanks to its focus on changes rather than snapshots, Darcs can offer a free way of working, and a simpler user interface.
Space Required : 109.02 MB
Release Date : 28-12-2012
Get Support : Visit Support Site
Reviews : 0
darcs push
to commit to the public server.darcs send
). The project's maintainer(s) can decide whether to accept or reject the changes. This way, the maintainer(s) of the main repository do not need to give commit privileges to anyone else. This is how Darcs itself is maintained, by the way.controversial
patches that aren't accepted by the official maintainers. No problem – I make my changes, release my own distribution. It's a fork, of sorts, but it's still connected to the mainline. Whenever the official project makes changes, I do a darcs pull
to get them, and resolve any conflicts. This way, my fork is kept up to date with the main project's repository.-a
flag to darcs record
. Other commands, like darcs pull
and darcs push
, behave the same.