From owner-freebsd-current@FreeBSD.ORG Thu Oct 10 20:07:31 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 2BB75CC2; Thu, 10 Oct 2013 20:07:31 +0000 (UTC) (envelope-from mozolevsky@gmail.com) Received: from mail-qe0-x22a.google.com (mail-qe0-x22a.google.com [IPv6:2607:f8b0:400d:c02::22a]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id CA4572925; Thu, 10 Oct 2013 20:07:30 +0000 (UTC) Received: by mail-qe0-f42.google.com with SMTP id gc15so2462468qeb.15 for ; Thu, 10 Oct 2013 13:07:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=wAHegIc+RSA7xcuyCtNSue3AD0OGEnFak36Uu8v2U9k=; b=e5+7xM141X1SoUH++FWORwOUrZIfOFLe3w9nfURGxS5LCPmD3/5It4rQA2+asMABo9 FVbESN23gAqIhVioMMCPvpsRvB6JRgq5IDH6HrSTRiXaVnQ95x+VWrtn9WfH07AIL0Uo tWWHL1xC3VmlCUoY0Giy8Rt3mQ/ogpZrLRe1m9mVFOypTP2oCfc1SS/0fj+lU3q8jAoq ldFaRZICTDZKeMd/VcGwhyNNYbBWAddocCIWoOmCwHpN2GbYsiPJvgsni56ALq0JCY3/ Npny5lL9AKRuBGJywDuCzLxJx2wMi2CJAeygmtFE8amx1JKVnYB9fDcMM7KcsfhTz1WF O4Iw== X-Received: by 10.49.116.210 with SMTP id jy18mr3579918qeb.65.1381435649886; Thu, 10 Oct 2013 13:07:29 -0700 (PDT) MIME-Version: 1.0 Sender: mozolevsky@gmail.com Received: by 10.224.112.138 with HTTP; Thu, 10 Oct 2013 13:06:48 -0700 (PDT) In-Reply-To: References: <77307DF8-637D-4295-BF47-8742F1552CE8@orthanc.ca> <525503A2.50002@beastielabs.net> <525537F5.1050100@m5p.com> <5256D192.8010902@freebsd.org> <5256D819.6060500@freebsd.org> From: Igor Mozolevsky Date: Thu, 10 Oct 2013 21:06:48 +0100 X-Google-Sender-Auth: AO3-aFSexQ_jGdkC6wcdu2dgZIc Message-ID: Subject: Re: rcs To: Jos Backus Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: Kimmo Paasiala , George Mitchell , freebsd-current X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Oct 2013 20:07:31 -0000 On 10 October 2013 20:36, Jos Backus wrote: > > On Oct 10, 2013 11:54 AM, "Igor Mozolevsky" wrote: > > > > On 10 October 2013 19:15, Jos Backus wrote: > >> > >> On Oct 10, 2013 9:38 AM, "Julian Elischer" wrote: > > > > > > [snip] > > > >> > >> > well since people expect RCS.. it is not a no brainer. > >> > you are asking people to learn a whole new tool for functionality > that > >> is currently very simple.. > >> > edit file > >> > ci -l file > >> > add comment. > >> > >> Such is the price of progress. I envy people who don't have to learn > >> anything new in order to stay employed :-) > > > > > > So your definition of progress is "doing more work to achieve the same > result"?.. > > That would only be true if they were equivalent, and we didn't care about > the extra features. You may not, but many people do, as the popularity of > git and other distributed version control systems proves. > You're missing the point- the requirement is "provide a way to keep track of changes for file X" not "have many fancy and unnecessary features"... -- Igor M.