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 batch file, ASCII text
native
build/generator/templates/pkg-config.in.ezt: ASCII text
native
build/generator/templates/svn_config.vcproj.ezt: exported SGML document, ASCII 
text
native
build/generator/templates/svn_config.vcxproj.ezt: exported SGML document, 
Unicode text, UTF-8 (with BOM) text
native
build/generator/templates/svn_locale.vcproj.ezt: exported SGML document, ASCII 
text
native
build/generator/templates/svn_locale.vcxproj.ezt: exported SGML document, ASCII 
text
native
build/generator/templates/vcnet_sln.ezt: ASCII text
native
build/generator/templates/vcnet_vcproj.ezt: exported SGML document, ASCII text
native
build/generator/templates/vcnet_vcxproj.ezt: exported SGML document, Unicode 
text, UTF-8 (with BOM) text
native
build/generator/templates/vcnet_vcxproj_filters.ezt: exported SGML document, 
ASCII text
native
build/generator/templates/vcnet_vsprops.ezt: exported SGML document, ASCII 
text, with CRLF line terminators
svn: warning: W200017: Property 'svn:eol-style' not found on 
'build/generator/templates/vcnet_vsprops.ezt'
svn: E200000: A problem occurred; see other errors for details

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 inconsistent svn:eol-style properties:

for i in **/*.bat
do file $i; svn pg svn:eol-style $i; done

(under zsh or bash+globstar) gives

contrib/client-side/diff3wrap.bat: DOS batch file, ASCII text, with CRLF line 
terminators
CRLF
contrib/client-side/diffwrap.bat: DOS batch file, ASCII text, with CRLF line 
terminators
CRLF
subversion/tests/cmdline/svneditor.bat: DOS batch file, ASCII text
native
tools/buildbot/slaves/win32-xp-VS2005/config.bat: ASCII text
native
tools/buildbot/slaves/win32-xp-VS2005/do_all.bat: ASCII text
native
tools/buildbot/slaves/win32-xp-VS2005/svnbuild.bat: ASCII text
native
tools/buildbot/slaves/win32-xp-VS2005/svncheck.bat: ASCII text
native
tools/buildbot/slaves/win32-xp-VS2005/svnclean.bat: ASCII text
native
tools/buildbot/slaves/win32-xp-VS2005/svnlog.bat: ASCII text
native
tools/dev/benchmarks/suite1/run.bat: ASCII text
native

-- 
Vincent Lefèvre <vinc...@vinc17.net> - Web: <https://www.vinc17.net/>
100% accessible validated (X)HTML - Blog: <https://www.vinc17.net/blog/>
Work: CR INRIA - computer arithmetic / AriC project (LIP, ENS-Lyon)

Reply via email to