Questions tagged [darcs]

A distributed source code management system, with a simple command-line UI and precise merging.

Blurb from the Darcs website, http://darcs.net/:

Darcs is a free, open source source code management system.

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. This smartness lets you respond to changing demands in ways that would otherwise not be possible. For example, learn about spontaneous branches with darcs.

49 questions
0
votes
2 answers

darcs help breaks my shell

I have just installed darcs 2.1.2.2. When I type darcs help, sth less-like shows up. When I dismiss it with q it goes away but I don't get prompt and can't execute any commands. C-c doesn't work either. I am using bash on gentoo.
luntain
  • 4,560
  • 6
  • 37
  • 48
0
votes
1 answer

How to inspect the explicit dependencies of a patch in darcs?

As we know, explicit patch dependencies can be recorded by darcs record --ask-deps. (A use I see for this is preventing situations where "It's easy to move a patch that uses a feature to a point before the feature is introduced.".) So, having a repo…
imz -- Ivan Zakharyaschev
  • 4,921
  • 6
  • 53
  • 104
0
votes
2 answers

setup.exe: Bad header file: curl/curl.h haskell

I am trying to install Darcs using cabal and runhaskell and I keep coming across the error setup.exe: Bad header file: curl/curl.h EDIT Thank you for the suggestions, I used the -f-curl and it worked
-5
votes
1 answer

Merging with an ancestor of the current commit

How does merging in a previously-rejected idea from the same branch, work in various revision control systems? Which offer support for this? Here is my educated guess - is this summary accurate? Git and centralised VCSs: Presumably, you reverted the…
Robin Green
  • 32,079
  • 16
  • 104
  • 187
1 2 3
4