LWN: Comments on "The Darcs Revision Control System" https://lwn.net/Articles/110516/ This is a special feed containing comments posted to the individual LWN article titled "The Darcs Revision Control System". en-us Sun, 05 Oct 2025 21:21:21 +0000 Sun, 05 Oct 2025 21:21:21 +0000 https://www.rssboard.org/rss-specification lwn@lwn.net database format https://lwn.net/Articles/110899/ https://lwn.net/Articles/110899/ stevenj All of the Darcs data is stored in a _darcs subdirectory of your project. The revisions are stored as a subdirectory full of gzipped patch files. The rest of the data (lists of changelog comments, preferences, etcetera) are stored in plain text files.<br> Fri, 12 Nov 2004 22:48:01 +0000 The Darcs Revision Control System https://lwn.net/Articles/110888/ https://lwn.net/Articles/110888/ giraffedata What does the database look like? I don't like things I can't patch up with Emacs, or process with other standard text tools, if I get desperate. Fri, 12 Nov 2004 22:02:34 +0000 The Darcs Revision Control System https://lwn.net/Articles/110865/ https://lwn.net/Articles/110865/ larryr <p>I think the performance problems with darcs may be related to deriving metadata information at runtime rather than storing it explicitly in files or filenames; in other words the fundamental approach is resource intensive rather than the particular implementation.</p> <p> Larry </p> Fri, 12 Nov 2004 18:37:22 +0000 The Darcs Revision Control System https://lwn.net/Articles/110762/ https://lwn.net/Articles/110762/ ncm Memory management for substantial programs written in garbage-collected languages is always tough.<br> Fri, 12 Nov 2004 04:06:17 +0000 The Darcs Revision Control System https://lwn.net/Articles/110707/ https://lwn.net/Articles/110707/ bfields <font class="QuotedText">&gt; Is that memory usage swap-friendly?</font><br> <p> From his post to lkml announcing the darcs mirror of linux<br> <p> "Be forewarned that darcs is a bit of a memory hog when run with large<br> repositories, so the above command may take quite a while, and probably<br> will require 700 or 800 megabytes of virtual memory. The actual working<br> set of memory is under 300 megabytes. Work is underway to improve both the<br> speed and memory usage of darcs."<br> Thu, 11 Nov 2004 20:06:15 +0000 The Darcs Revision Control System https://lwn.net/Articles/110676/ https://lwn.net/Articles/110676/ larryr <p> I think maybe it should be called "darcs beta 1.0" because there are several ways in which not only is it not really ready for widespread use, but it is not clear to me how it is going to get there. </p> <p> But I hope it will, because I prefer it to the way <em>arch</em> has been so far, and I tend to think there will only be one dominant patch-oriented open source solution. </p> <p> Larry </p> Thu, 11 Nov 2004 17:25:07 +0000 The Darcs Revision Control System https://lwn.net/Articles/110661/ https://lwn.net/Articles/110661/ hmh Eek!<br> <p> Is that memory usage swap-friendly? If so, that's not so bad since 1GB of swap area is not too much (I have a lot more, as backstorage for tmpfs anyway, I assume many do the same on their development boxes)...<br> <p> But still, it is quite non-scalable...<br> Thu, 11 Nov 2004 16:10:12 +0000 The Darcs Revision Control System https://lwn.net/Articles/110639/ https://lwn.net/Articles/110639/ zooko <p>Oh, and another known issue in darcs v1.0 is that the initial "get" (equivalent to a cvs "checkout") stores the entire history in RAM at one point. For example, I'm now doing a "darcs get" on the Linux kernel, and it is using 504 MB virtual... <p>After I've finished this darcs get, I'll subsequently be able to do "darcs pulls" to update the kernel source while using only an amount of RAM proportional to the new patches that I'm getting. Thu, 11 Nov 2004 13:56:48 +0000 The Darcs Revision Control System https://lwn.net/Articles/110634/ https://lwn.net/Articles/110634/ zooko <p>I'm a fan of darcs. I tried it out after writing my <a href="http://zooko.com/revision_control_quick_ref.html">http://zooko.com/revision_control_quick_ref.html</a>, and I've been using it ever since. <p>v1.0 still has a few known issues. Certain pathological (or at least confused) behavior on the part of the user can cause darcs to get into a "wedged" state that requires careful correction in order to recover. That's the worst outstanding problem in darcs as far as I know. <p>Of interest to LWN subscribers, there is a darcs mirror of the Linux kernel: <p><a href="http://darcs.net/linux.html">http://darcs.net/linux.html</a> <p>I think the darcs land view of the kernel is losing historical information because it is going from BitKeeper to CVS to darcs. So for example although BitKeeper and darcs both handle file renames properly, CVS doesn't so that information gets lost. <p>Maybe someone who is legally allowed to use BitKeeper could set up a better mirror into darcs land. <p>Regards, <p>Zooko Thu, 11 Nov 2004 13:50:43 +0000