This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Permissionproblem on CIFS share.


Ah, nice, that works. Many thanks Peter.

2015-04-27 16:08 GMT+02:00 Peter Rosin <peda@lysator.liu.se>:
> 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
>

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]