Re: [QGIS-Developer] Merging raster-save dialog change and Windows workflow

2017-11-15 Thread Jürgen E . Fischer
Hi, On Wed, 15. Nov 2017 at 01:02:48 +, Tisham Dhar wrote: > 1) Checkout as standard on windows with git-bash (line endings are an > issue). Will have to try a fresh clone in WLS to see what difference > it makes Why not cygwin? That's what I use and recommend. WLS

Re: [QGIS-Developer] Merging raster-save dialog change and Windows workflow

2017-11-14 Thread Tisham Dhar
eloper@lists.osgeo.org Subject: Re: [QGIS-Developer] Merging raster-save dialog change and Windows workflow Hi Tisham, If you're using WLS (which I recommend), I think you can simplify this a fair bit. I've got a similar setup it works ok: On 15 November 2017 at 11:02, Tisham Dhar <

Re: [QGIS-Developer] Merging raster-save dialog change and Windows workflow

2017-11-14 Thread Nyall Dawson
Hi Tisham, If you're using WLS (which I recommend), I think you can simplify this a fair bit. I've got a similar setup it works ok: On 15 November 2017 at 11:02, Tisham Dhar wrote: > 3) Add scripts to git-bash path You shouldn't need this if you're running

[QGIS-Developer] Merging raster-save dialog change and Windows workflow

2017-11-14 Thread Tisham Dhar
Hi All, I have been experimenting with pre-commit hook workflows on Windows and after a few iterations I have this procedure to combine building in MSVC and pushing to git with pre-commit hooks. 1) Checkout as standard on windows with git-bash (line endings are an issue). Will have to