Tagged Questions

49
votes
18answers
4k 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 ...
6
votes
3answers
969 views

Why darcs instead of git?

Using pure functional languages can have a lot of benefits over using impure imperatives but low level systems languages will generally allow you to achieve much greater performance especially when ...
4
votes
3answers
275 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 ...
3
votes
1answer
105 views

Conflict marking confusion when pulling a deleted file with darcs

My confusion arises from the following statement taken from here: When pulling patches that conflict each other (e.g., change the same part of the file) Darcs detects the conflict and marks it in ...
3
votes
2answers
230 views

Need help in best pratices using Darcs

I develop in Windows, C language using Codeblocks. Last week I started to use darcs. My application has 20 source code files. I am the only developer; it is a home project. What I usually have is a ...
2
votes
1answer
109 views

Whitespace in version control (darcs)

A junior programmer in our office has an unfortunate (but understandable) habit of using Eclipse's "Correct all the indentation in this file" feature. As a result, his checked out copy includes ...
2
votes
5answers
185 views

Is there a Darcs Plugin for Hudson

Hy, I want to use Hudson together with darcs (a scm). Is there a plugin which adds Darcs-Support to Hudson? I found no reference on the Pluginlist of Hudson, so has anybody found a plugin? I know I ...
2
votes
2answers
306 views

darcs amend-record workflow

It's not uncommon for me to record a patch, pull it into my staging branch and then realize I've done something small and silly like a typo in a logging message, or something similarly trivial which ...