A distributed source code management system, with a simple command-line UI and precise merging.
53
votes
18answers
5k views
What version-control system is most trivial to set up and use for toy projects?
I teach the third required intro course in a CS department. One of my homework assignments asks students to speed up code they have written for a previous assignment. Factor-of-ten speedups are ...
8
votes
3answers
693 views
Convert Git Repo to Darcs
I would like to move a git repo I have to darcs. I have not been able to find docs or projects that explain how to do this; it looks like most users want to go the other way. In addition, being able ...
6
votes
1answer
322 views
How to work around duplicate symbol error when using Yesod and Darcs library?
It seems impossible to use Yesod together with the Darcs library due to a linker problem. I tracked down the problem and need hints to work around it by people familiar with Darcs internals.
When ...
6
votes
4answers
2k views
How to pull one commit at a time from a remote git repository?
I'm trying to set up a darcs mirror of a git repository. I have something that works OK, but there's a significant problem: if I push a whole bunch of commits to the git repo, those commits get ...