delorie.com/archives/browse.cgi | search |
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:message-id:date:from:mime-version:to:subject | |
:references:in-reply-to:content-type:content-transfer-encoding; | |
q=dns; s=default; b=dw4uDX5zPdHK+NeR3RWwXbixvEtvFMGddbxzuwPZuhh | |
T2myMtzAShGoSWdxlqWTcBpnObyM+zLcIBOFt3VM0BHUpYy+UjX5ib2xY7yAtAh9 | |
1yYOzQBMGNDkAp8UNWcQ+y3YcQI/r3ahiSE0b463syJ9VVECKPQXNUpcKjxvZqA4 | |
= | |
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:message-id:date:from:mime-version:to:subject | |
:references:in-reply-to:content-type:content-transfer-encoding; | |
s=default; bh=scZ8aDzRoiAriRwC0zSeCApSY+g=; b=sEob0w/wj7XAqH9YG | |
PgjaYgHwz/587D4vjhL09g071A2VTZGY3fJzzWMwMh9b3bmjmtgPy+1CO6mRnKgY | |
KGtNvxreWjZNEAcWL5gDqtVxpPuQe87pxh/hVOpR7wRyy2nHELZN73USs0S04hac | |
ZZd2ksQgpry8XwZ1RT6C8acWK4= | |
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=-6.0 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.3.2 |
X-HELO: | rtits2.realtek.com |
X-SpamFilter-By: | BOX Solutions SpamTrap 5.39 with qID s7737s2Z013497, This message is accepted by code: ctloc85258 |
Message-ID: | <53E2ED8A.2060106@realsil.com.cn> |
Date: | Thu, 7 Aug 2014 11:07:54 +0800 |
From: | Robert Bu <robert_bu AT realsil DOT com DOT cn> |
User-Agent: | Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.0 |
MIME-Version: | 1.0 |
To: | <cygwin AT cygwin DOT com> |
Subject: | Re: New Git v2.0.4 build to test |
References: | <20140806102147 DOT GB991 AT dinwoodie DOT org> |
In-Reply-To: | <20140806102147.GB991@dinwoodie.org> |
X-IsSubscribed: | yes |
Adam Dinwoodie wrote on 2014/8/6 18:21: > Hi all, > > I'm in the long-running process of producing an up-to-date build of Git > for Cygwin. I think I'm now (finally) close to having a build ready to > upload to be installed via the Cygwin setup programs, but in the > meantime I'd appreciate my new build getting some additional testing. > > You can download my latest build of Git v2.0.4 at > http://tastycake.net/~adam/cygwin/. > > To install, download the package(s) you're interested in using, and > unpack them using `tar -xaC/ -f <tarball-name>` from a Cygwin shell. > Make sure to check the corresponding setup.hint files to ensure you have > all the required dependencies first. > > This build isn't final, but it does work in at least the mainline use > cases; I've been using it for a couple of days for my day-to-day work. > However there are still some problems I'm aware of (no `git grep -P` > support, `git fetch` occasionally hangs in the test suites in 64-bit) > and there are probably some problems I haven't identified yet. > > I'm currently in the process of working through the Git test suite > output to identify missing features, since it's the best way I've found > to identify features the Git compile process has quietly skipped since a > required library wasn't installed. Once that's done, and any remaining > problems are ironed out (or at least identified and I've decided it's > safe to ignore them), I'll hopefully be good to upload the builds for > general consumption. > > If anyone's really interested in following my progress at home, or > building for themselves based of my latest code, you can follow along at > my GitHub repository at https://github.com/me-and/Cygwin-Git. > > Adam > > -- > 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 > > Hi Adam, I tried your git with repo. RS-I9E3U8R4:[~/repo/test]> repo --version repo version r1.2.7 (from ssh://repo.realtek.com:29418/repo.git) repo launcher version 1.22 (from /cygdrive/d/cygwin/home/robert_bu/bin/repo) git version 2.0.4 Python 2.7.8 (default, Jul 25 2014, 14:04:36) [GCC 4.8.3] When I tried to initialize the repo, I got some error: From ssh://repo.xxx.com:29418/test/manifest * [new branch] master -> origin/master Traceback (most recent call last): File "/cygdrive/d/repo/test/.repo/repo/main.py", line 500, in <module> _Main(sys.argv[1:]) File "/cygdrive/d/repo/test/.repo/repo/main.py", line 476, in _Main result = repo._Run(argv) or 0 File "/cygdrive/d/repo/test/.repo/repo/main.py", line 155, in _Run result = cmd.Execute(copts, cargs) File "/cygdrive/d/repo/test/.repo/repo/subcmds/init.py", line 390, in Execute self._SyncManifest(opt) File "/cygdrive/d/repo/test/.repo/repo/subcmds/init.py", line 239, in _SyncManifest m.Sync_LocalHalf(syncbuf) File "/cygdrive/d/repo/test/.repo/repo/project.py", line 1170, in Sync_LocalHalf self._InitWorkTree() File "/cygdrive/d/repo/test/.repo/repo/project.py", line 2222, in _InitWorkTree copy_all=False) File "/cygdrive/d/repo/test/.repo/repo/project.py", line 2205, in _ReferenceGitDir os.symlink(os.path.relpath(src, os.path.dirname(dst)), dst) OSError: [Errno 2] No such file or directory My Cygwin environment: CYGWIN_NT-6.1 RS-I9E3U8R4 1.7.31(0.272/5/3) 2014-07-25 11:26 x86_64 Cygwin Do you have any idea? B.R. Robert -- 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
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |