X-Recipient: archive-cygwin@delorie.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:mime-version:reply-to:in-reply-to:references
	:from:date:message-id:subject:to:content-type; q=dns; s=default; b=
	o+aghZFyZULWZb8fsxTbi+TEl/87FyzQ077+Rvf2XDlx9oR8ZcMqzcRNJQZUn5na
	cPMnRbEcCSX1gfN1jAYUcQrT63JDXPy7ahpDoQPgbJCcNYJIGfvt46EUXSiMQRGb
	VHWtWvgt3Hdqo5sb5bFyZchOfsWLuLHmYyFOJrWQF78=
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:mime-version:reply-to:in-reply-to:references
	:from:date:message-id:subject:to:content-type; s=default; bh=wzl
	k86GZ7eLTjA3zbOnlhj7mHYc=; b=htQucS5YmRen0dzsH3uhWmAJkSHQCTTcM74
	DFgb92+pvrVNUGLHFtMnyMMaquV9TGSiV2sDEaHkTxfGVsrehgoGJnvnk9JiNt+0
	lnuw9cS89ShTO2KDNro9fbFHfMGZjUEATOjNTA54MlVIhBvrMZcuLGcIT41wXMDJ
	ueuXrgpA=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: Yes, score=6.1 required=5.0 tests=AWL,BAYES_50,FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=no version=3.3.2 spammy=Git, gary, furash, GIT
X-HELO: mail-qt0-f177.google.com
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;        d=1e100.net; s=20161025;        h=x-gm-message-state:mime-version:reply-to:in-reply-to:references         :from:date:message-id:subject:to;        bh=U6+H6/aqotaG1dL7o9ewkNMan4qbcgpt7UDiXD5/cXQ=;        b=aTB9bnmJIy/sG35oPCDfJIAg4aR2Ymup3RhKVTjGUeKaDqaLWuyUp1QuvoDKxYdIOK         EvxkJ6SkVPZ/D/+fgM5htYUXv14K4r9g68Sl5skFiUl5kv814Vc8PmtxSE3q8klKlcJd         6Ot0z5vqrUtjU31GmNhYJs8rK9pO13vU41bOJAtWopc81tU00nZgoGvEuMwzFizRIMGr         DHNM/Cc+o0tCcR78dxAtm+3ku/Osrgi+tblxOKdevCFVuPUJZO4D+xIeuj3FiyCHQagO         igmz5cnrtMioZ+1veYqteChVZHlyvdelqh4bfFgOlHhBslroX6+nnZWAlEBUxt9tCDLe         +61A==
X-Gm-Message-State: AMCzsaWueUgxINTvR4xXJqmmsJfHjrjl/fbrLfEYpgMjWzMTLDhueLIl	uQhVMPX3EsVJ64ZRRsP5nNKgo7PblREcmZyVu/iMBg==
X-Google-Smtp-Source: ABhQp+Tt193noyJbzLqp+ETBFk9BqsYHBfyOj2mKAfhxMOWpKWJuxyQWyG+QnV0Anr0vfCltEjMB+P9RnJiRkC1Q6pI=
X-Received: by 10.37.221.132 with SMTP id u126mr1175195ybg.453.1508186178691; Mon, 16 Oct 2017 13:36:18 -0700 (PDT)
MIME-Version: 1.0
Reply-To: furashgary@gmail.com
In-Reply-To: <CABdLNwBocj96RdgwB0OL0Z=NMVoB4aeZBNx-HPPdgvdc28XKFA@mail.gmail.com>
References: <CABdLNwBocj96RdgwB0OL0Z=NMVoB4aeZBNx-HPPdgvdc28XKFA@mail.gmail.com>
From: Gary Furash <furashgary@gmail.com>
Date: Mon, 16 Oct 2017 13:35:48 -0700
Message-ID: <CABdLNwB=RVB8-eC-Hd2dCGVt2VrQqSmDFHA-BVgATc9TKfYXJw@mail.gmail.com>
Subject: Re: Cygwin Git cant' Sync File Based repository
To: cygwin@cygwin.com
Content-Type: text/plain; charset="UTF-8"

I think the issue IMHO is that when you use a *file* based repository git
stores the file path in a certain way, and Cygwin64's git gets confused.

-- gary furash | furashgary@gmail.com, 520-907-2470

On Mon, Oct 16, 2017 at 1:09 PM, Gary Furash <furashgary@gmail.com> wrote:

> From windows GIT
>
> [gffurash ~] $ git --version
> git version 2.14.2.windows.3
> [gffurash ~] $ which git
> /mingw64/bin/git
> [gffurash ~] $
>
> From Cygwin GIT
>
> [gffurash ~] $ git --version
> git version 2.14.2
> [gffurash ~] $ which git
> /usr/bin/git
> [gffurash ~] $
>
>
> in each case they're referring to a different root: the former
> C:\Progra~1\Git and the latter C:\Cygwin64
>

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

