I just spoke to Jashaj about two problems I encounter with the Release-CMS-v6_05_01 tag. The first one, a wrong log level is fixed on the trunk and 6_05 branch, the second one, however, is still there and could be easy to fix.
I'm speaking about the line endings and subversion properties on text files. Not all files have them and so, when in Linux or Unix, the line-endings will be wrong. With a combination of: svn_apply_autoprops (a Subversion script), an modified version of this script to apply dos2unix to all files, which has the svn:eol-style as auto property, Eclipse for 3 really wrong files I was able to apply the following autoprops: *.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 *.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 and changed 1018 files on cms trunk. I could do the same for the branch. I also hear from Jashaj, that tomorrow there will be a release of the branch. Is it possible to get this applied to trunk/branch and maybe even in the release tomorrow? With regards, Nick Stolwijk ******************************************** Hippocms-dev: Hippo CMS development public mailinglist
