delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2018/08/05/11:20:19

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:reply-to:message-id:to:subject
:in-reply-to:references:mime-version:content-type
:content-transfer-encoding; q=dns; s=default; b=w2WwzLSnkdy9mrJi
LgnQtGEQTbW3/ZyiEbcSY7uU2DGw/V+POccxcstXQVof6nL6+yMrbsHUsdrT0uD/
bK8ZH1gEsYnkLbnz8aMD+WUpxER6XCsz4bXEUWjcxPS6YOp4TnJTKgLycMrnAB49
jDj4SRcbAWAnVeUES+EdcHPN4p8=
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:reply-to:message-id:to:subject
:in-reply-to:references:mime-version:content-type
:content-transfer-encoding; s=default; bh=WMKY2JsphPUk6p82HcIls3
JXyQw=; b=JsfVCarKPZNIUJAEHfRoaxpLZzlpvWUnsBBSi+qByou9M6+PzwDTWX
/9A6NbNL59+AYldWTn+lqYkvqr5Wj3dpsdmTJqwJ4Z4rXGG2ryZJNQQRub2/Fhhu
F7X8+NJr3165v4T8xILza1PsGCYM4dbMW2+LrLReLr1DblhybPq2E=
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-Spam-SWARE-Status: No, score=-0.7 required=5.0 tests=BAYES_00,FREEMAIL_FROM,KAM_THEBAT,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=no version=3.3.2 spammy=UD:yandex.ru, H*x:Bat!, H*UA:Bat!, H*F:D*yandex.ru
X-HELO: forward104o.mail.yandex.net
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1533482402; bh=x/DEYWM0kkqo+oUuElM5YKQQD3A8ZOhOBhahitWJEhs=; h=Date:From:Reply-To:Message-ID:To:Subject:In-Reply-To:References; b=kqjbirRjaOk5zk2yKUNO5RsZ/TYWyVCdzq3OdooPvuC60dTy9bCv5kM1HuTfJhrsf p0zHhhAcbQZ9/FaOiEot2UEhdQjjEZDak+lOkUtD56rzdmU6cgUzCGbY+AsE4VgASc qTlwNwjQm/TQ6ABT6cH0RTDMQOf7rqeI56JbhzRQ=
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1533482401; bh=x/DEYWM0kkqo+oUuElM5YKQQD3A8ZOhOBhahitWJEhs=; h=Date:From:Reply-To:Message-ID:To:Subject:In-Reply-To:References; b=Y2HNNdl8OnXNjPWSQsopAnOi0pHs6Nerpuccqrle/nTq5z7oSukUbjUWuBcjrxhya H8cCKBZuWvX69+0O8hA/XHDNkpg44zYRlce1b7681VjiOc5AvNQdEWr23Vg6PyF7pR hP18rL5MM0aioBDcnLJednixWer+rCjJKAYTeIUQ=
Authentication-Results: smtp2o.mail.yandex.net; dkim=pass header.i=@yandex.ru
Date: Sun, 5 Aug 2018 18:17:02 +0300
From: Andrey Repin <anrdaemon AT yandex DOT ru>
Reply-To: cygwin AT cygwin DOT com
Message-ID: <935662491.20180805181702@yandex.ru>
To: Ken Brown <kbrown AT cornell DOT edu>, cygwin AT cygwin DOT com
Subject: Re: Strange git issue with a particular repo
In-Reply-To: <8094cd2f-6f9b-4a13-6c31-2f556ea92513@cornell.edu>
References: <201808050712 DOT w757Cx0a015412 AT freefriends DOT org> <4a856a8c-5a36-6758-5134-f102c03b0f4e AT mail DOT com> <201808050821 DOT w758LToi022033 AT freefriends DOT org> <ed464b63-4675-1fe7-9ae1-6a0299791c2c AT gmail DOT com> <8094cd2f-6f9b-4a13-6c31-2f556ea92513 AT cornell DOT edu>
MIME-Version: 1.0
X-IsSubscribed: yes

Greetings, Ken Brown!

> On 8/5/2018 5:31 AM, James Darnley wrote:
>> You can clone it successfully on Windows if you enable case sensitivity,
>> which is probably not recommended but possible with a registry change.

> I wouldn't say this is not recommended.  It's documented in the Cygwin 
> User's Guide:

> https://cygwin.com/cygwin-ug-net/using-specialnames.html#pathnames-casesensitive

> I've been setting up my Cygwin systems to be case sensitive for years 
> with no problems.

If you want case sensitivity, it's best to configure it on a per-volume basis.
Mindlessly turning it on in registry is going to cause interoperability issues
with other systems.


-- 
With best regards,
Andrey Repin
Sunday, August 5, 2018 18:15:56

Sorry for my terrible english...


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