Re: so long and thanks for all the darcs
Stephane Bortzmeyer <[email protected]> Sun, 4 Mar 2018 12:04:01 +0100
| Newsgroups | gmane.comp.version-control.darcs.user |
|---|---|
| Message-ID | <[email protected]> |
On Sat, Mar 03, 2018 at 05:54:48PM -0800, Evan Laforge <[email protected]> wrote a message of 45 lines which said: > I recently switched my main project from darcs to git. > > I'm mentioning it because I feel like it might be one of the larger > and older darcs repos out there, with the exception of darcs itself > (10 years, 6328 patches, around 140k lines of haskell). I still use darcs although, as soon as the project involves other users, I have to use git. My biggest darcs repository is 13 years old, 4166 files, 15262 patches. Things I like with darcs: * no branches. Don't add them! The one-branch-per-repo model is much better * ease of cherry picking when committing. Generally speaking, ease of use. Things I don't like in darcs: * slowness. Really painful some times, specially during network access (a lot of chattering) * no equivalent of gitlab