Opened 18 years ago
Closed 18 years ago
#3191 closed task (fixed)
[patch] Missing svn:eol-style properties
Reported by: | Owned by: | Adrian Holovaty | |
---|---|---|---|
Component: | Core (Other) | Version: | dev |
Severity: | normal | Keywords: | |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
Some text files in SVN do not have the svn:eol-style property. That property should be set to 'native' for all of the files listed in the attached listing.
Attachments (1)
Change History (5)
by , 18 years ago
Attachment: | changed_files.txt added |
---|
comment:1 by , 18 years ago
Summary: | Missing svn:eol-style properties → [patch] Missing svn:eol-style properties |
---|
This isn't strictly a patch of course, but it's the nearest thing that makes sense here since this is SVN property changes.
Note that some Python files (for example, most files in django/core) in the django SVN repository already have svn:eol-style set, so presumably at least somebody working on Django knows that this is the Right Thing.
Not having this property set on all files causes pain for people working on Windows (e.g. ports of "patch" typically crash when presented with mixed newlines -- which makes it awkward to contribute back other patches!)
comment:2 by , 18 years ago
Type: | defect → task |
---|
comment:3 by , 18 years ago
For future reference, which command did you run to get a list of all files that didn't have svn:eol-style set?
comment:4 by , 18 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
List of files for which svn property svn:eol-style should be added