From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-0.1 required=5.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,HTML_MESSAGE,MAILING_LIST_MULTI, RCVD_IN_DNSWL_NONE,SUBJ_ALL_CAPS autolearn=ham autolearn_force=no version=3.4.2 Received: from minnie.tuhs.org (minnie.tuhs.org [45.79.103.53]) by inbox.vuxu.org (OpenSMTPD) with ESMTP id f05739ef for ; Thu, 12 Sep 2019 17:30:12 +0000 (UTC) Received: by minnie.tuhs.org (Postfix, from userid 112) id EAB0A946CF; Fri, 13 Sep 2019 03:30:10 +1000 (AEST) Received: from minnie.tuhs.org (localhost [127.0.0.1]) by minnie.tuhs.org (Postfix) with ESMTP id 718A5947C8; Fri, 13 Sep 2019 03:29:57 +1000 (AEST) Authentication-Results: minnie.tuhs.org; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=ccc.com header.i=@ccc.com header.b="NGOmKg1i"; dkim-atps=neutral Received: by minnie.tuhs.org (Postfix, from userid 112) id E3292947C8; Fri, 13 Sep 2019 03:29:55 +1000 (AEST) Received: from mail-wm1-f48.google.com (mail-wm1-f48.google.com [209.85.128.48]) by minnie.tuhs.org (Postfix) with ESMTPS id 3C7E193D35 for ; Fri, 13 Sep 2019 03:29:55 +1000 (AEST) Received: by mail-wm1-f48.google.com with SMTP id g207so892998wmg.5 for ; Thu, 12 Sep 2019 10:29:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ccc.com; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=AYcppaH3ZZC6L9VXSzD5OjnZoVC5EBDrJJigSq8hWWM=; b=NGOmKg1i6ohNRyz+5vS2TMhxmJH/cIlpiKg5IugS4Mr6/KJ/wlECYqUci+Tzokl1U1 8G4xQ+1eUbwQ5EzQy+GUXT/IckivbUW2u4yMCKj1SCEqbTSGvDgGhy+vflnOmitFUrnd WE+3bNC3vkaX/kZT5vY198EI3XNTcY9fhpu8k= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=AYcppaH3ZZC6L9VXSzD5OjnZoVC5EBDrJJigSq8hWWM=; b=ZMx9X6q7tco/2UjctEHcuwQ352Se62aA16XOekvo5h5ExtKYDWyDrPiUUMl/Sy+/zK 2m0f9wzZx8dQMs8SW0lBi7Ujy/Hj3ZlkXCz63ns0k4Dzr/QJR8LGSDJNcJM9V1215o28 9+4Zk+Q5M9RU6OY5mqUqlbv2hwfEdZzMxfHma8/R9cyOdHbUfbPt0+T8TpwP84tZPtsW r+vTqtQx/rP6PIPato3s0RqDlfKaxHMfA4WDliu7iNJQbLNi2HPd3VtiKq9q2lWKaMoB 2C4Fhpe0f+l1j+L4nLNV3oDFYW2YJWQBTN7CSAIPbJnQrFOdS7pDTvs1ycbQKax2Xe5d jo6w== X-Gm-Message-State: APjAAAWXgzjdBYvEFkVoe1pT+xGgdJyErQ4wL6I3sl1Bq6hyPpA2VB7m klv0SeUqIPwkis0sx5Zxc3oLNvq7bD13WQVVTJPOnogopPLc1Q== X-Google-Smtp-Source: APXvYqz+EczJKnqzc6gxerXnn94TSxAOchIB6S6Uu8FIHqBfmQ3ZizmMu/8XTE/PPv8htjmqcKsMTR+wJOqQ9YjOBdk= X-Received: by 2002:a1c:ca0f:: with SMTP id a15mr946459wmg.102.1568309393737; Thu, 12 Sep 2019 10:29:53 -0700 (PDT) MIME-Version: 1.0 References: <20190911181101.GF3143@mcvoy.com> <20190912034346.GJ2046@mcvoy.com> <1457a2d6-2f17-482d-e4f7-ace439d34ca8@neophilic.com> In-Reply-To: <1457a2d6-2f17-482d-e4f7-ace439d34ca8@neophilic.com> From: Clem Cole Date: Thu, 12 Sep 2019 13:29:27 -0400 Message-ID: To: Eric Allman Content-Type: multipart/alternative; boundary="0000000000004fe74d05925e7c47" Subject: Re: [TUHS] SCCS X-BeenThere: tuhs@minnie.tuhs.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: The Unix Heritage Society mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: TUHS main list Errors-To: tuhs-bounces@minnie.tuhs.org Sender: "TUHS" --0000000000004fe74d05925e7c47 Content-Type: text/plain; charset="UTF-8" On Thu, Sep 12, 2019 at 1:16 PM Eric Allman wrote: > At this point I'm using git because, well, all the cool kids are doing > it, and > since I work at the university I have to go with the flow sometimes. > And git has some nice properties. On the other hand, I have shot myself > in the foot with git more times than the sum of all other screwups with > all other source management systems combined. > > eric +1 --0000000000004fe74d05925e7c47 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable


On T= hu, Sep 12, 2019 at 1:16 PM Eric Allman <tuhs@eric.allman.name> wrote:
=C2=A0At this= point I'm using git because, well, all the cool kids are do= ing it, and
since I work at the university I have to go with the flow sometimes.
And git has some nice properties.=C2=A0 On the other hand, I have shot myse= lf
in the foot with git more times than the sum of all other screwups with
all other source management systems combined.

eric
+1=C2=A0
<= /div>
--0000000000004fe74d05925e7c47--