From owner-freebsd-hackers@FreeBSD.ORG Sat Sep 11 23:16:17 2010 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 40F5610656AB for ; Sat, 11 Sep 2010 23:16:17 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: from mail-iw0-f182.google.com (mail-iw0-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id 05E0E8FC12 for ; Sat, 11 Sep 2010 23:16:16 +0000 (UTC) Received: by iwn34 with SMTP id 34so4190943iwn.13 for ; Sat, 11 Sep 2010 16:16:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=lSZ7r25zFeEOjNLljv8psmILUcXGgWHeu2t0lscCP90=; b=GOHBx/xbHEJHTYgCQajVfqynT6AvtJ6NE1ubjbkbJoj2+VdcABHr7RwJJfmenWvD46 AMOLlA8KRNiXzXcLB5C8HOjTkKTupn2jG00NTBEGTbGOXrQPDofpmILoOtg0d3yztd5m y+cTaf7Nge5aWIUmsC3dyUup/6MSF7eKKqEuw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=hsk7VS1dWvVDbyvZnk323L+VbCajx7xdji2QTmhmHbb4qqah4RmTPxW8L6WkdpurJz gyHYd58mPr5OynV53QbGsJcmlQw48Ft6Qz1yUK26cs60vSyRfnN9O9upcEgGwEdIm4dK fB3oqklKXn4h43tYwRa2otqzDwhyLJV4sBPLg= MIME-Version: 1.0 Received: by 10.231.59.83 with SMTP id k19mr3475675ibh.178.1284246976357; Sat, 11 Sep 2010 16:16:16 -0700 (PDT) Received: by 10.231.184.223 with HTTP; Sat, 11 Sep 2010 16:16:16 -0700 (PDT) In-Reply-To: <4c8c0cb4.n0Z+r+TIC4vzdXnS%perryh@pluto.rain.com> References: <201009111510.o8BFAnJ9011318@lurza.secnetix.de> <4c8c0cb4.n0Z+r+TIC4vzdXnS%perryh@pluto.rain.com> Date: Sat, 11 Sep 2010 19:16:16 -0400 Message-ID: From: Aryeh Friedman To: perryh@pluto.rain.com, freebsd-hackers@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: Subject: Re: How to disallow logout X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Sep 2010 23:16:17 -0000 Since we have been using aegis for years and know it like the back of our hand I don't want to learn a new tool... but I think your right I am going to forward/cross post this entire thread to the aegis mailing list. On Sat, Sep 11, 2010 at 7:11 PM, wrote: > Aryeh Friedman wrote: > >> I would prefer to have the plain text around after a power failure >> because it could be several days of work ... > > Ideally there should be _some_ mechanism for committing unfinished > work to a (probably encrypted) repository on, at least, a daily > basis. > > The more I see of this thread, the more it seems that the problem > is largely the fault of the particular VCS being used. =A0A VCS that > demands a "review" step before anything can be checked in, even on a > "work in progress" branch as opposed to the mainline, seems a poor > fit for a project in which developers are not permitted to see one > anothers code. >