[
https://issues.apache.org/jira/browse/DERBY-4770?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Kristian Waagan updated DERBY-4770:
-----------------------------------
Attachment: derby-4770-1a-eol_style_trunk.diff
Attached patch 1a, which sets the svn:eol-style to native for 14 files.
Committed to trunk with revision 985120.
Again, should such changes be backported?
The list of files missing the property was compiled with the following script:
for i in `find java/ -name "*.java"`; do
svn info $i > /dev/null 2>&1 && ( svn proplist $i | grep svn:eol-style >
/dev/null || echo "$i") >> /tmp/missing-eol-ALL.txt
done
For now I have left other types (non '.java') of files alone.
> Files missing svn:eol-style (August 2010)
> -----------------------------------------
>
> Key: DERBY-4770
> URL: https://issues.apache.org/jira/browse/DERBY-4770
> Project: Derby
> Issue Type: Bug
> Components: Miscellaneous
> Affects Versions: 10.7.0.0
> Reporter: Kristian Waagan
> Attachments: derby-4770-1a-eol_style_trunk.diff
>
>
> Some new files have been added without the svn:eol-style property set. These
> files should have the property set with value "native".
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.