Re: build/generator/templates/*.ezt and .bat files and svn:eol-style

2022-08-21 Thread Yasuhito FUTATSUKI
On 2022/08/21 22:16, Nathan Hartman wrote: > This makes me wonder, though, how EZT [1] (the program that processes > these templates) generates its output. Does it output the same line > endings as found in the templates? Or does it unconditionally output > "\n" endings when run on Unix and "\r\n"

Re: build/generator/templates/*.ezt and .bat files and svn:eol-style

2022-08-21 Thread Nathan Hartman
On Sat, Aug 20, 2022 at 7:24 PM Vincent Lefevre wrote: > > On 2022-08-20 14:08:43 +0200, Branko Čibej wrote: > > On 20.08.2022 00:57, Vincent Lefevre wrote: > > > A minor issue I had found during my checks for the URL update: > > [...] > > > Shouldn't build/generator/templates/vcnet_vsprops.ezt ha

Re: build/generator/templates/*.ezt and .bat files and svn:eol-style

2022-08-20 Thread Vincent Lefevre
On 2022-08-20 14:08:43 +0200, Branko Čibej wrote: > On 20.08.2022 00:57, Vincent Lefevre wrote: > > A minor issue I had found during my checks for the URL update: > [...] > > Shouldn't build/generator/templates/vcnet_vsprops.ezt have > > svn:eol-style set to native so that it doesn't get CRLF > > l

Re: build/generator/templates/*.ezt and .bat files and svn:eol-style

2022-08-20 Thread Branko Čibej
On 20.08.2022 00:57, Vincent Lefevre wrote: A minor issue I had found during my checks for the URL update: [...] Shouldn't build/generator/templates/vcnet_vsprops.ezt have svn:eol-style set to native so that it doesn't get CRLF line terminators under Unix? Similarly, .bat files have inconsiste

build/generator/templates/*.ezt and .bat files and svn:eol-style

2022-08-19 Thread Vincent Lefevre
A minor issue I had found during my checks for the URL update: for i in build/generator/templates/*.ezt do file $i; svn pg svn:eol-style $i; done gives build/generator/templates/build-outputs.mk.ezt: ASCII text, with very long lines (478) native build/generator/templates/build_locale.ezt: DOS b