X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:content-type:mime-version:subject:from :in-reply-to:date:content-transfer-encoding:message-id :references:to; q=dns; s=default; b=gxg0fu8N0eA5Wic1Q1KH4nrPIfPr wcxmzzYvQU4eMytEHAwQggmVEJVgUFIfH+TDS9ekpoIoyRkZyY8i6p6PHZO0DVIL kpPL0oANC2qI11RE+Pd7WdND5s9sgl2bslzaAKm2D06iflkYNd8F//vs7oKbvtt5 SAH9PuF2GtDPBmc= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:content-type:mime-version:subject:from :in-reply-to:date:content-transfer-encoding:message-id :references:to; s=default; bh=xV2ERIeNeTVmaK3kUXtCL2C/1YM=; b=nx q6Aq8JhEzn+DV8oZJAN07wx1l0GQTWh7+OGGKjjAwwvwBRQE/Fxq5jEs1AFCVqNT A6NXrb0imjldaQom2SEF3Iws6C655tSe25oZCtrDbBRsG6HTnjpZ5oNxTGaQCtSE 7ecwm1uC9pM53ngFzMZfJE4521ZyUsIZCukh3VZzM= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=1.0 required=5.0 tests=AWL,BAYES_50,KAM_LAZY_DOMAIN_SECURITY,RP_MATCHES_RCVD autolearn=no version=3.3.2 X-HELO: etr-usa.com Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2104\)) Subject: Re: workflow idiom to compare zip/tgz with folder subtree From: Warren Young In-Reply-To: <308131881.20150925043958@yandex.ru> Date: Fri, 25 Sep 2015 09:19:21 -0600 Message-Id: <515F1F3D-89A2-45E9-8269-7BB3CA7FBA2F@etr-usa.com> References: <97783140 DOT 20150922161211 AT yandex DOT ru> <6E467703-38A3-4128-ACEE-26D0F75678D0 AT etr-usa DOT com> <308131881 DOT 20150925043958 AT yandex DOT ru> To: cygwin AT cygwin DOT com X-IsSubscribed: yes Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id t8PFJc6I018967 On Sep 24, 2015, at 7:39 PM, Andrey Repin wrote: > >> I noticed that fossil & cvs are part of cygwin. I will have to bite >> the bullet & try a few baby steps at some point. > > I would NOT recommend CVS to anyone making their first steps into > VCS world. No new repos should be created in CVS, for any reason. The only reason the tool is still being maintained is to serve old repos that have not converted for one reason or another. > Subversion is way more consistent, better thought out and have about the same > usability characteristics where they are comparable. Yes. There is no case where CVS has any material advantage over Subversion, with the exception of installation and build simplicity, and that’s irrelevant in 2015 when every OS (or OS-like, in the case of Cygwin) distro has easy ways to get pre-packaged Subversion. And if build and distribution simplicity matters, Fossil beats even CVS: $ cygcheck -l fossil | wc -l 4 $ cygcheck -l cvs | wc -l 38 While writing this message, I tried looking up the CVS home page, whose name I forgot since leaving it for Subversion a dozen years ago. It wasn’t even on the first page of Google results, even though Google knows full well I’m a software developer, based on past search history. And lest you think it was a problem of insufficient Google juice to the old CVS home page, the Wikipedia page for CVS-the-VCS (as opposed to CVS-the-pharmacy) wasn’t on the first page of results, either. That should tell you something. Then when you finally arrive at the page, the link to the documentation is a broken link into the Wayback Machine, because all the sites that used to host the docs have disappeared due to lack of interest. (And yes, I’m aware that Fossil isn’t on the first page of Google results, either, being pushed off by Fossil the fashion wear company. But then, Fossil today doesn’t have the popularity that CVS once had, so there’s no reason to expect it to be there yet, with such a generic name.) > The unly reason I was using CVS up until a month ago for some of my projects > is because I was lazy and did not convert them to Subversion ten years ago. I don’t know about “lazy”. Some conversions are just plain difficult. Cygwin is one, as are are FreeBSD and several others I could dig up who converted many years past the peak popularity of Subversion. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple