<div dir="ltr">We do need the CRLF for .bat files or they won't execute on windows, which is the whole point of them. How to fix the back'n'forth problem is something I don't know the magic for...<div>P</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Sun, Aug 6, 2017 at 2:29 PM, Sandro Santilli <span dir="ltr"><<a href="mailto:strk@kbt.io" target="_blank">strk@kbt.io</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I'll add that reading the git log is fun:<br>
<br>
  git log --stat extras/tiger_geocoder/upgrade_<wbr>geocoder.bat<br>
<br>
A summary of what you find in there:<br>
<br>
  - Regina: do something<br>
  - Strk: fix line ending<br>
  - Regina: do something<br>
  - Strk: fix line ending<br>
<br>
It's about time to stop that :)<br>
<br>
<a href="https://git.osgeo.org/gogs/postgis/postgis/commits/svn-trunk/extras/tiger_geocoder/upgrade_geocoder.bat" rel="noreferrer" target="_blank">https://git.osgeo.org/gogs/<wbr>postgis/postgis/commits/svn-<wbr>trunk/extras/tiger_geocoder/<wbr>upgrade_geocoder.bat</a><br>
<br>
Regina: please take action or I'm tempted to just change<br>
.gitattributes *not* to request CRLF in those files...<br>
<br>
--strk;<br>
<div class="HOEnZb"><div class="h5"><br>
On Sun, Aug 06, 2017 at 11:24:42PM +0200, Sandro Santilli wrote:<br>
> My git-svn setup insists in adding carriage returns to the<br>
> extras/tiger_geocoder/upgrade_<wbr>geocoder.bat file, as requested<br>
> by the following .gitattribute entry:<br>
><br>
>   *.bat     eol=crlf<br>
><br>
> The carriage returns where stripped by Regina in a recent commit:<br>
><br>
>               commit 0320c64fe2a1b480eef2c4cfa43753<wbr>6152545c22<br>
>               Author: Regina Obe <<a href="mailto:lr@pcorp.us">lr@pcorp.us</a>><br>
>               Date:   Thu Jul 27 16:19:13 2017 +0000<br>
><br>
>                               Geocoder enhancements, add zip4 and address_alphanumeric, adjustments to pagc matching<br>
>                               Closes #3747<br>
>                               Closes #3748<br>
><br>
>                               git-svn-id: <a href="http://svn.osgeo.org/postgis/trunk@15508" rel="noreferrer" target="_blank">http://svn.osgeo.org/postgis/<wbr>trunk@15508</a> b70326c6-7e19-0410-871a-<wbr>916f4a2858ee<br>
><br>
>                extras/tiger_geocoder/upgrade_<wbr>geocoder.bat | 38 +++++++++++++++++++-----------<wbr>--------<br>
>                1 file changed, 19 insertions(+), 19 deletions(-)<br>
><br>
> So the question now is: is the .gitattribute entry not reflected in the<br>
> SVN world ? Does anyone know how to reflect it ? Note that I'm happy with<br>
> never using carriage-returns, as long as we are consistent about it...<br>
><br>
> --strk;<br>
______________________________<wbr>_________________<br>
postgis-devel mailing list<br>
<a href="mailto:postgis-devel@lists.osgeo.org">postgis-devel@lists.osgeo.org</a><br>
<a href="https://lists.osgeo.org/mailman/listinfo/postgis-devel" rel="noreferrer" target="_blank">https://lists.osgeo.org/<wbr>mailman/listinfo/postgis-devel</a></div></div></blockquote></div><br></div>