delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2014/02/20/19:19:01

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:date:from:to:subject:message-id:references
:mime-version:content-type:in-reply-to; q=dns; s=default; b=d3qD
u1A5aG3gB4vS300ExyAxpYhtUJ00Lns8uezvguwXmABV0T5mHmCQPrCtQ55Xe+RA
f8wjrlcM9SDNItMCPWQ3eLl+9d38tCb/5Xe14eb+QlfU0wwuoKv7bDjrdp0vVwDh
X65HvDu9YkqAdnJB/JLsJU5b63xD0FTu8JhvoHo=
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:date:from:to:subject:message-id:references
:mime-version:content-type:in-reply-to; s=default; bh=vxOeSHLPrh
2S0InMolz6lWo4cg4=; b=PAoDHPaRVun6ys2/xMWf2VDCV6jXqxvbsBcuD651EV
T6616IkIAD/ZqSacvRrv1asVclCcNUFoLAYxUGklgwS260H1BJ5mH4k9GUi/rSd8
3istmvW95Bq2BMOz/eFlwMVnn0Cb6/hQ1ZLf8xi+UcWlnLo7ISSqbOcU4kHLj/RR
0=
Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs>
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.6 required=5.0 tests=AWL,BAYES_00,HK_OBFDOM,SPF_PASS autolearn=no version=3.3.2
X-HELO: northrend.tastycake.net
Date: Fri, 21 Feb 2014 00:18:35 +0000
From: Adam Dinwoodie <adam AT dinwoodie DOT org>
To: cygwin AT cygwin DOT com
Subject: Re: Maintainer for git?
Message-ID: <20140221001833.GA10290@tastycake.net>
References: <CAEotdwnhZUAmSceCxyq5G5ZYosi458X6KQLjEt2c60mA-Vjqhw AT mail DOT gmail DOT com> <CAAXzdLVODtt2BTQx0QbmN1GdS8gsbcoOLH+BazGwL8a63EfXHg AT mail DOT gmail DOT com> <CA+kUOanN3FjBzQ1HRPtmXfxLSbHps5WkkqrHqw8qK6FhX8aTgw AT mail DOT gmail DOT com> <CAAXzdLV_xoMM59H_6fnTgRSAVhs4FLRaMyEL9e1WBzUp4SWR8g AT mail DOT gmail DOT com> <CA+kUOakGhMYEP5kjmLk1HeWTi9QNTp1Fnk5YF3JuqR_fUc6hPg AT mail DOT gmail DOT com> <20140115105534 DOT GB31912 AT tastycake DOT net> <CAAXzdLXJYh85KDwJbunGYX3W0TxACx+4KGHLqEHvRjzDtDD=BQ AT mail DOT gmail DOT com> <98EEF86D-B13E-40B4-9926-441A4D5909A2 AT Kriegisch DOT name> <20140215101425 DOT GA32192 AT tastycake DOT net>
MIME-Version: 1.0
In-Reply-To: <20140215101425.GA32192@tastycake.net>
User-Agent: Mutt/1.5.21 (2010-09-15)
X-IsSubscribed: yes

On Sat, Feb 15, 2014 at 10:14:25AM +0000, Adam Dinwoodie wrote:
> On Sat, Feb 15, 2014 at 09:11:44AM +0100, Alexander Kriegisch wrote:
> > I am wondering if this version will ever make it into the official
> > distribution and be auto-updated when I run setup*.exe. Is there any
> > progress? Just wondering, not demanding anything...
> 
> As the (hopefully) incoming maintaner: yes, I'm very much hoping this
> will become the version provided by the setup*.exes.  There are still a
> few checks I want to run in the name of being sure I'm not making
> anything worse, and some other details to iron out, but I am making
> progress.
> 
> If you (or anyone else) wants to help speed things along, there're a few
> tests you can do; I'm planning on doing these but if someone else can
> it'll save me the time:
> 
> - Install git-cvs and the assorted dependencies mentioned in its
>   setup.hint, and verify you can clone the Cygwin CVS repository.  I've
>   not managed to do this without hitting errors, but I suspect that's
>   because I'm using the tool incorrectly.

I've tried this.  I have `git cvsimport` seemingly working on the
current Git 1.7.9 build, while my build reports the following SHA1
error:

~~~~
$ CVSROOT=:pserver:anoncvs AT cygwin DOT com:/cvs/src git cvsimport -C cygwin -r cvs -k cygwin
Initialized empty Git repository in /home/Adam/vcs/cygwin/.git/
fatal: refs/remotes/cvs/master: not a valid SHA1
fatal: master: not a valid SHA1
fatal: You are on a branch yet to be born
checkout failed: 32768
~~~~

That's a showstopper, currently, and it'll probably take a little while
to work out where it's going wrong, since I have very little familiarity
with Git's internals.  I am working on it, but I don't have an ETA at
present.

(Of course, if anyone fancies helping out, or having a wonderful
revelation akin to Corinna's earlier OpenSSL one, that would be
exceedingly useful right now.)

> - Install minimal packages (Base + the dependencies listed in the
>   setup.hint files) and check that the basic functionality works.

I've done this, and everything seems to be fine there, at least for the
exceedingly basic tests I've done.

--
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

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019