Re: Strange git issue with a particular repo

2018-08-05 Thread Brian Inglis
On 2018-08-05 08:01, Ken Brown wrote: > 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

Re: Strange git issue with a particular repo

2018-08-05 Thread Andrey Repin
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 >

Re: Strange git issue with a particular repo

2018-08-05 Thread 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:

Re: Strange git issue with a particular repo

2018-08-05 Thread arnold
James Darnley wrote: > I don't think it is a rename in the history. I think it is because both > regdir/T.sub and regdir/t.sub exist in the dame directory, for example. > You can clone it successfully on Windows if you enable case sensitivity, > which is probably not recommended but possible

Re: Strange git issue with a particular repo

2018-08-05 Thread James Darnley
On 2018-08-05 10:21, arn...@skeeve.com wrote: > Hi. > > john doe wrote: > >> Linux is case sensitive and Windows is case preserving. >> That is probably the issue here, did the case of the files has been >> changed (rename 100%)? >> >>

Re: Strange git issue with a particular repo

2018-08-05 Thread arnold
Hi. john doe wrote: > Linux is case sensitive and Windows is case preserving. > That is probably the issue here, did the case of the files has been > changed (rename 100%)? > > https://docs.microsoft.com/en-us/vsts/repos/git/case-sensitivity?view=vsts > > In other words, on "Cygwin" git can

Re: Strange git issue with a particular repo

2018-08-05 Thread john doe
On 8/5/2018 9:12 AM, arn...@skeeve.com wrote: Hi All. Please cc me on responses, as I don't subscribe to the list. I'm using a 64 bit install on Windows 10. I just now did an update and it did not help. The problem is with a particular repo only. (Or at least, I only see it with this

Strange git issue with a particular repo

2018-08-05 Thread arnold
Hi All. Please cc me on responses, as I don't subscribe to the list. I'm using a 64 bit install on Windows 10. I just now did an update and it did not help. The problem is with a particular repo only. (Or at least, I only see it with this particular repo.) On Linux, do: git clone