Re: [mitk-users] Using shared MITK git repo between Linux and Windows

2017-04-18 Thread Dinkelacker, Stefan
we provide different tarballs for Windows and Linux for our releases because of this issue. Best, Stefan Von: Nathan Lay Gesendet: Dienstag, 18. April 2017 18:03 An: [email protected] Betreff: [mitk-users] Using shared MITK git repo between Linux a

Re: [mitk-users] Using shared MITK git repo between Linux and Windows

2017-04-18 Thread Nathan Lay
Hello once again, I've fixed this CRLF issue on Windows by changing a configuration in git. Here's what I did: git config --global core.autocrlf true Then I re-cloned my MITK repository. But I thought .gitattributes overrides these types of configurations. It shows that .cmake files ought not hav

[mitk-users] Using shared MITK git repo between Linux and Windows

2017-04-18 Thread Nathan Lay
Hello again, I made all my modifications of MITK on Linux and committed them into my local git repository (cloned from your repository). Then I cloned my repository onto Windows where I found that patch.exe crashes during the build phase. Apparently this is due to CRLF issues. So, how do you work a