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=Ebb3jh/fvI8TFus1 WnQHEJMku4a0xeUVzGs9Jz7xW3zOaSIPru8bco9Ha5Sz2VrWtPwN6vtxCEwixPoa P5XWhO3THGcoGw9FSlUGhCjoI0pG8Gdq8EdwV/A7+ul0FzIBFLAn5sTizK2nuDWL D3Dp4T06GpkjnV005OJFt+efejw= 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=mCO7zAuC3LIKIMnqv6xN1W lDpmk=; b=WUSHN1z/TnENgEFgNJB1zY7zMTyvxyiie4QbHR0cm2h78RvRqLm7tc 2CB7Lydoyncc8MMWYS4+EPRVHVTGq7aMKwkxaodd1+7G6Rw0Csxq7/Ka1bOvnqB5 pNFWL25YZA+wwOmsrN70UAf0v7ToWwRqlxPJasa4/BzkMNnp5TQuk= 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: Yes, score=5.7 required=5.0 tests=AWL,BAYES_50,FREEMAIL_FROM,KAM_THEBAT,MIME_BASE64_BLANKS,RCVD_IN_JMF_BL,SPF_SOFTFAIL autolearn=no version=3.3.2 X-HELO: smtp.ht-systems.ru Date: Sat, 5 Sep 2015 14:52:29 +0300 From: Andrey Repin Reply-To: cygwin AT cygwin DOT com Message-ID: <1339527967.20150905145229@yandex.ru> To: Dani Moncayo , cygwin AT cygwin DOT com Subject: Re: Problem with git and file mode changes In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 X-IsSubscribed: yes Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from base64 to 8bit by delorie.com id t85C5RoD021689 Greetings, Dani Moncayo! > Adam, Ken, thank you for taking time to help me. > (BTW, did you keep my address in CC? Because I didn't get any of your > replies. I had to check the mailing list web archive [1]). Per the very purpose of mailing list, you're expected to subscribe for conversation. You can't really expect people to go to the trouble of checking if they need to send additional copies or not. > BTW(2): For the record, some data points I forgot to give in my initial post: > * The underlying filesystem is NTFS. > * I did not have this problem some weeks ago, with the same > system, Cygwin installation, and git repo. Therefore, some > change/update in my system/environment must have introduced the problem. > Ken's suggestion (setfacl -b test) didn't work, but it did work when I > executed it on individual files (eg. 'test/rmailmm.el' instead of > 'test'). So the problem is apparently fixed after doing: > find . -exec setfacl -b {} \; > Thank you so much. The idea of resetting ACL's on the top-level directory is to have a clean start with the checkout. Doing it on an already existing tree may not yield desirable results… as you've discovered yourself. And if you ask me, a VCS that trying to preserve exact access mask is just asking for trouble. -- With best regards, Andrey Repin Saturday, September 5, 2015 14:40:23 Sorry for my terrible english...