From owner-freebsd-arch@FreeBSD.ORG Mon Jun 30 04:50:05 2008 Return-Path: Delivered-To: freebsd-arch@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B00A51065671 for ; Mon, 30 Jun 2008 04:50:05 +0000 (UTC) (envelope-from gordon.tetlow@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.243]) by mx1.freebsd.org (Postfix) with ESMTP id 612548FC19 for ; Mon, 30 Jun 2008 04:50:05 +0000 (UTC) (envelope-from gordon.tetlow@gmail.com) Received: by an-out-0708.google.com with SMTP id b33so281261ana.13 for ; Sun, 29 Jun 2008 21:50:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:sender :to:subject:cc:in-reply-to:mime-version:content-type:references :x-google-sender-auth; bh=I4tExbJPTWcgbTmng8PRqWd0vSKY58ryOBvuRyaKTg4=; b=SSIdRBJw021lae9MUnZMnxdrvvE4acMiX9sp0ce6GirBBodWNSoNNkgjgqLWoDvcuH Q1DXKkPNNQ0VuWc17wuJT9eD68VswIcXSqTDflrUjes4cPlHi0SgHYn5FH43RkWb2DzE y9PO4M/cAmzIoSTSp58OKRAVthFKZ0Vq8YRxc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version :content-type:references:x-google-sender-auth; b=LIjQXiUGLuOzEtm/IDEl2H7SYnLhpY1kQuLI0yWeO9O39KwHJRV1K/tJBKqJ6ghQjm fcwVKKr8ggkJtrAFrocUq7qzf/BnLt4w9rWZkDEFHa+0KjOcO5kG+5ywtVem//wg15xR L8Ab+TBtZeDiHpuiov/3KAT8gh7slc6io9yms= Received: by 10.100.178.7 with SMTP id a7mr162709anf.68.1214801404469; Sun, 29 Jun 2008 21:50:04 -0700 (PDT) Received: by 10.100.138.1 with HTTP; Sun, 29 Jun 2008 21:50:04 -0700 (PDT) Message-ID: <4e571dd70806292150vd6f47e1y430206f5a4a3d963@mail.gmail.com> Date: Sun, 29 Jun 2008 21:50:04 -0700 From: "Gordon Tetlow" Sender: gordon.tetlow@gmail.com To: "=?ISO-8859-1?Q?Dag-Erling_Sm=F8rgrav?=" In-Reply-To: <86tzfdwnd4.fsf@ds4.des.no> MIME-Version: 1.0 References: <4e571dd70806271037j59faed19y8d3e29423c9d8a2@mail.gmail.com> <86tzfdwnd4.fsf@ds4.des.no> X-Google-Sender-Auth: a304d3af90ab0479 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Milo Hyson , freebsd-arch@freebsd.org Subject: Re: Curious about SCM choice X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Jun 2008 04:50:05 -0000 On Sat, Jun 28, 2008 at 9:11 AM, Dag-Erling Sm=F8rgrav wrote: > "Gordon Tetlow" writes: > > As an SCM expert at my place of employment, [...] > > As an SCM expert, you should know that neither CVS not Subversion are > SCM tools. Neither are any of the other systems you mention, except > perhaps, at a stretch, Perforce. They are version (or revision) control > systems. Ah, a problem with that acronym is it has 2 different meanings (which I think we were using different ones). I was meaning source code management, while I think you were meaning software configuration management? -gordon