A while ago Niels took a look at the svn properties on the text files, especially svn:eol-style. I took another look today and still found some anomalies.
Can someone take a look at them? With svn_apply_autoprops (and svn_apply_dos2unix, my own script) I have the following results (The first column is modiefied by dos2unix, the second by autoprops: CMS trunk (https://svn.hippocms.org/repos/hippo/hippo-cms/trunk) M editor/src/site/workbench/clipboard/jx/clipboard.xhtml M editor/src/site/workbench/jx/util/closePopup.xhtml M editor/src/site/dashboard/perspective.xhtml M editor/src/site/dashboard/resources/xml/empty.xhtml M editor/src/site/explorer/jx/resource-selector.xhtml M editor/src/site/explorer/resources/xml/empty.xhtml M editor/src/site/slide/admin/jx/actionresult2event.xhtml MM editor/src/site/wizard/sitemap.xmap M editor/src/site/login/login.xhtml MM editor/src/site/login/sitemap.xmap M editor/src/site/login/redirect.xhtml M editor/src/config/perspectives_xml-remove-search-tab.patch M editor/src/config/localdevWorkflowStore.patch M editor/src/config/localdevSchedulerStore.patch MM editor/src/config/localdevWorkflowStorehsql.patch M editor/src/config/localdevDomains.patch M editor/src/config/localdevSchedulerStorehsqldb.patch CMS branch (https://svn.hippocms.org/repos/hippo/hippo-cms/branches/Branch-CMS-v6_05_xx) M editor/src/site/workbench/clipboard/jx/clipboard.xhtml M editor/src/site/workbench/jx/util/closePopup.xhtml M editor/src/site/dashboard/perspective.xhtml M editor/src/site/dashboard/resources/xml/empty.xhtml M editor/src/site/cforms/resources/mattkruse-lib/ImprovedPicker.js M editor/src/site/slide/admin/jx/actionresult2event.xhtml M editor/src/site/explorer/jx/resource-selector.xhtml M editor/src/site/explorer/resources/xml/empty.xhtml M editor/src/site/login/login.xhtml M editor/src/site/login/redirect.xhtml M editor/src/config/perspectives_xml-remove-search-tab.patch M editor/src/config/localdevWorkflowStore.patch M editor/src/config/localdevSchedulerStore.patch MM editor/src/config/localdevWorkflowStorehsql.patch M editor/src/config/localdevDomains.patch M editor/src/config/localdevSchedulerStorehsqldb.patch Repository trunk (https://svn.hippocms.org/repos/hippo/hippo-repository/trunk) I guess Niels didn't take a look at this one. Almost none of the files have the svn:eol-style property. Some files have a Mac eol style and some files have the svn:mime-type application/octet-stream set, while they are text files. I use the following properties configuration: *.java = svn:eol-style=native;svn:keywords=Id *.sh = svn:eol-style=native;svn:executable *.txt = svn:eol-style=native *.xml = svn:eol-style=native *.xhtml = svn:eol-style=native *.xsd = svn:eol-style=native *.xsl = svn:eol-style=native *.xslt = svn:eol-style=native *.jsp = svn:eol-style=native *.jspx = svn:eol-style=native *.htm = svn:eol-style=native *.html = svn:eol-style=native *.css = svn:eol-style=native *.tld = svn:eol-style=native *.properties = svn:eol-style=native *.sql = svn:eol-style=native *.wsdl = svn:eol-style=native *.dtd = svn:eol-style=native *.vm = svn:eol-style=native *.xconf = svn:eol-style=native *.xweb = svn:eol-style=native *.xmap = svn:eol-style=native *.js = svn:eol-style=native *.jx = svn:eol-style=native *.xroles = svn:eol-style=native *.xlog = svn:eol-style=native *.patch = svn:eol-style=native With regards, Nick Stolwijk ******************************************** Hippocms-dev: Hippo CMS development public mailinglist
