From owner-freebsd-stable@FreeBSD.ORG Thu Jan 3 00:48:58 2013 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id E33AE4F8 for ; Thu, 3 Jan 2013 00:48:58 +0000 (UTC) (envelope-from grarpamp@gmail.com) Received: from mail-vb0-f43.google.com (mail-vb0-f43.google.com [209.85.212.43]) by mx1.freebsd.org (Postfix) with ESMTP id 9D280CCB for ; Thu, 3 Jan 2013 00:48:58 +0000 (UTC) Received: by mail-vb0-f43.google.com with SMTP id fs19so15071849vbb.30 for ; Wed, 02 Jan 2013 16:48:57 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=XHzYXlCca3CrJiaKQxcNe6HOF4vWyOZX9nyc2pezhe8=; b=okSDs2wNfI1UjIjOjCoCcqnSvePlg80jnQv4/Ik3o9oBG2Rtlpbat5Bdur+wEjmwFX qR15rTL2e+g2mq2IvVOaH+8JSHwkDJWdCnLu+RuYzJu2pBKLvdQKFGwhYT8mjVYqWE9C m1oy5x8r9fSzumczx3RnIMiP17J9C0Cy9TzYxBgWJJr9XSOKEdK5mbJ2Be2FMJDQW6SY rFYXbicREz9pCwISWHoePZ6wBeLgs83LDrHbhgLBTwMuol1du4QWMkpRj4mlnvsT+Y/m YNMJVbHFAIaI1cXvQHlJ2+ULNB7eZmYsdC6yS7hHXO6oq+tW5agbpQK59wqOvXfFdemR meKQ== MIME-Version: 1.0 Received: by 10.220.239.14 with SMTP id ku14mr71488529vcb.57.1357174137426; Wed, 02 Jan 2013 16:48:57 -0800 (PST) Received: by 10.220.219.4 with HTTP; Wed, 2 Jan 2013 16:48:57 -0800 (PST) Date: Wed, 2 Jan 2013 19:48:57 -0500 Message-ID: Subject: Does / Is anyone maintaining CVS for FreeBSD? From: grarpamp To: freebsd-stable@freebsd.org Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Jan 2013 00:48:58 -0000 > Note that there is no practical way to audit a cvs tree > after an incident like that Afaik, there's no way to natively audit an svn tree either. Only the hash based systems (ala: git-fsck, etc) can offer the needed degree of assurance. Otherwise you're left comparing copies which is a futile waste of time with all but the ancient plaintext systems. Or choosing copies to promote, which has its problems too. [good that cvs is leaving base so all the systems will be solely in ports, finally]