Stories
Slash Boxes
Comments

All the Perl that's Practical to Extract and Report

use Perl Log In

Log In

[ Create a new account ]

Matts (1087)

Matts
  (email not shown publicly)

I work for MessageLabs [messagelabs.com] in Toronto, ON, Canada. I write spam filters, MTA software, high performance network software, string matching algorithms, and other cool stuff mostly in Perl and C.

Journal of Matts (1087)

Thursday September 30, 2004
05:49 AM

darcs

[ #21118 ]

I started playing with darcs this week. It's nice - it solves all the problems of CVS, doesn't require a big server installation, and has very friendly command lines. It should be more popular.

The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
 Full
 Abbreviated
 Hidden
More | Login | Reply
Loading... please wait.
  • It's just a note to say I've been playing with darcs too, and is planning to hack the patch algebra into svk [elixus.org] by 0.23 or 0.24.

    Here's some preliminary notes:

    One thing I really like about svk is that it can choose to present itself as a "single stack of revisions" monolithic system, or as a "multiple stacks, star-merged back and forth" decentralized system, or even a "shallow stack of patch chains, swapped freely" system, based on the current needs of the user.

    It's also nonint