Tagged Questions

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

learn more… | top users | synonyms

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 ...
8
votes
2answers
406 views

Lightweight Continuous Integration for a centrally Haskell/Darcs toolchain?

I want some simple CI for a small dev setup. Two motivations -- a full build takes some time, and an anticipated testsuite will also take some time. I really would rather not dive headfirst into one ...
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
274 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
3answers
108 views

Which public hosting sites for darcs projects are there? (Like Gitorious for Git.)

Which public hosting sites for darcs projects are there? (Like Gitorious or http://repo.or.cz for Git.) I'm interested in such services for publishing my open-source projects and allowing others to ...
3
votes
1answer
88 views

How to identify a revision in the darcs repository?

I mean that I need to identify a set of applied patches by some number or a string to quickly check if I have the same code version as the other people without any synchronizations. Is there some ...
3
votes
4answers
519 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 ...
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
2answers
42 views

Graphical diff for darcs

I don't feel very comfortable seeing the darcs changes in plain text format, so I've been looking for a tool to display a nice side-by-side comparison of the changes. For the whatsnew I can just use ...
2
votes
1answer
54 views

darcs equivalent for git's submodules?

so yeah just wondering if darcs has anything equivalent to git's submodules. i.e. lets say I have a repo (myapp) and I have a folder in it called mylibrary. mylibrary doesn't really have anything to ...
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 ...
1
vote
2answers
468 views

Rewrite url turning querystring into directory path and removing cgi script filename and path from url

I am trying to rewrite: repo.pointfree.net/darcsweb/darcsweb.cgi?r=remixbot;a=summary as repo.pointfree.net/remixbot/summary/ for example. ...but the url is apparently not being rewritten (when I ...
1
vote
1answer
161 views

Darcs conflicts

I installed Darcs a few days ago and have a doubt. I am the only programmer and I usually work on two or three instances of the application, making new feautures. The problems cames because this ...
0
votes
2answers
119 views

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 ...