Re: Mercurial vs Updated git HOWTO for kernel hackers

From: Thomas Arendsen Hein
Date: Wed Jun 29 2005 - 01:34:44 EST


(repost to all lists who received the original mail)

* Kyle Moffett <mrmacman_g4@xxxxxxx> [20050628 22:28]:
> On Jun 28, 2005, at 14:01:57, Matt Mackall wrote:
> >Everything in Mercurial is an append-only log. A transaction journal
> >records the original length of each log so that it can be restored on
> >failure.
>
> Does this mean that (excepting the "undo" feature) one could set the
> ext3 "append-only" attribute on the repository files to avoid losing
> data due to user account compromise?

This will break Mercurial's journaling. If 'hg pull' fails it
truncates the already appended-to files to the last known state.

Thomas

--
Email: thomas@xxxxxxxxxxxxx
http://intevation.de/~thomas/
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/