View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0016969 | Scribus | - | public | 2023-07-01 01:43 | 2023-07-01 01:43 |
Reporter | ryandesign | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | new | Resolution | open | ||
Product Version | 1.7.0.svn | ||||
Summary | 0016969: Inconsistent line endings of source text files | ||||
Description | When checked out on macOS, some text files in the svn repository have CRLF line endings while others have LF line endings. For example, 25% of the .cpp and .h files have CRLF line endings while 75% have LF line endings: % find . -name '*.cpp' -or -name '*.h'|xargs file|grep CRLF|wc -l 499 % find . -name '*.cpp' -or -name '*.h'|xargs file|grep -v CRLF|wc -l 1469 Some files even have a combination of line ending styles, varying by line, like the TRANSLATION file. It looks like you're employing the svn:eol-style property set to "native" on many files (along with svn:keywords set to "Author Date Id Revision") so I suggest setting these properties on the remaining text files that don't have them, so that the inconsistent line endings are fixed and cannot recur in these files in the future. You can also set up svn:auto-props so that these properties are automatically applied to new files. | ||||
Tags | No tags attached. | ||||
Patch | No | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2023-07-01 01:43 | ryandesign | New Issue |