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:message-id:date:from:mime-version:to:subject
	:references:in-reply-to:content-type:content-transfer-encoding;
	 q=dns; s=default; b=bhq8KJr6ohdX6wGSzK5bw+GVoIbp4gUuZ1rbx4lE3Gy
	X/cBwMtHLciB8RDT+dRoM5DFt3ulozCAVKpHCMg7HKVYCgjEAMIj2BdPwZ4fzflT
	FWgYPiRBccINFqXEAV8OfsludLnGVKN0q3BPqM62gZ36GXK5s77DMFqLDZB6mK64
	=
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=9oee3mO1/o6w6Dp5yuJXZ5mjZTE=; b=a6EEcwhuPT70QBlwI
	wuLLgmHnycUFqfAuxRoBunwCO06LRyMo4EujiCoWCHNPciVsHwp9Zioed3/O3y+/
	iCC+m8OAMbZqpaBHkWY2TfNV8dNxIsUnZRI9ZfyLeGiXHQRwPnWzE4lTGAJ5B/dc
	TRn4t54GVjGHUzU6VVJOczvvQo=
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: No, score=1.6 required=5.0 tests=AWL,BAYES_50,SPF_PASS,TBC,T_RP_MATCHES_RCVD autolearn=no version=3.3.2
X-HELO: mail.lysator.liu.se
Message-ID: <553E42D3.9070602@lysator.liu.se>
Date: Mon, 27 Apr 2015 16:08:19 +0200
From: Peter Rosin <peda@lysator.liu.se>
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0
MIME-Version: 1.0
To: cygwin@cygwin.com
Subject: Re: Permissionproblem on CIFS share.
References: <CAKChYSpvSre1jKbqFy7E4swyYXCt5q68N2vbV909gGoctzrNRA@mail.gmail.com>
In-Reply-To: <CAKChYSpvSre1jKbqFy7E4swyYXCt5q68N2vbV909gGoctzrNRA@mail.gmail.com>
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 8bit

On 2015-04-27 15:25, Björn Kautler wrote:
> Hi,
> 
> I have a permissionproblem on a CIFS share.
> 
> The line in fstab reads "//fileserver.company.de/git    /mnt/git
>  cifs    binary,posix=0,user,noacl"
> 
> I then try to push some Git changes, but it does only work by
> repeating the push multiple times.
> Following you see the execution history, I did not change anything in
> between, I just retried the push until it was finally through and all
> changes are there in the end. My workaround is to do "watch -n 1 'git
> push 2>&1'" and waiting for it to finish successfully, but this only
> works for small repos. For bigger repos this needs ages.
> 
> Has anyone any idea what is the cause and how to resolve it?
> As a sidenote, the same worked fine when the CIFS share was from a
> NetApp Linux server.
> But then it died and now it is a CIFS share on a Windows server.
> Before it worked fine, now I see this strange behaviour.
> 
> I hope someone has a good idea.

Please try:
git config --global core.createobject rename

Cheers,
Peter


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

