User forums > Nightly builds
The 26 July 2019 build (11810) is out.
oBFusCATed:
--- Quote from: gd_on on July 27, 2019, 01:10:15 pm ---The problem comes effectively from the linux EOL (LF only).
--- End quote ---
Should be fixed with rev11819. Please test and let me know.
I'm using only git on windows and there the file extensions are correctly set to crlf...
sodev:
This is because you are using autocrlf, but this does not do the correct thing. It commits everything with LF but converts to the local native EOL on checkout. What you really need to do is to enforce a specific EOL for these files, they will get commited with that EOL and keep it on checkout. You have to add a .gitattributes file and mark the windows scripts to use CRLF and the linux scripts to use LF.
In svn you have to set the corresponding property which currently is not set for these files.
gd_on:
--- Quote ---Should be fixed with rev11819. Please test and let me know.
--- End quote ---
Yes it's correct there.
gd_on
AndyJ:
Is the right click 'Find occurances of' broken in this nightly? It doesn't seem to be on the menu with my installation on Window 7 x64.
Thanks,
Andy
oBFusCATed:
Do you have the ThreadSearch plugin installed and enabled?
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version