Django

Code

Ticket #3191 (closed: fixed)

Opened 2 years ago

Last modified 2 years ago

[patch] Missing svn:eol-style properties

Reported by: jjl@pobox.com Assigned to: adrian
Milestone: Component: Core framework
Version: SVN Keywords:
Cc: Triage Stage: Unreviewed
Has patch: 1 Needs documentation: 0
Needs tests: 0 Patch needs improvement: 0

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

changed_files.txt (6.0 kB) - added by jjl@pobox.com on 12/27/06 06:10:03.
List of files for which svn property svn:eol-style should be added

Change History

12/27/06 06:10:03 changed by jjl@pobox.com

  • attachment changed_files.txt added.

List of files for which svn property svn:eol-style should be added

12/27/06 06:14:30 changed by jjl@pobox.com

  • summary changed from Missing svn:eol-style properties to [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!)

12/27/06 10:34:45 changed by Gary Wilson <gary.wilson@gmail.com>

  • type changed from defect to task.

12/30/06 00:24:50 changed by adrian

For future reference, which command did you run to get a list of all files that didn't have svn:eol-style set?

12/30/06 00:26:56 changed by adrian

  • status changed from new to closed.
  • resolution set to fixed.

In [4265] - Fixed #3191 -- Set 'svn:eol-style native' on the files that didn't have it. Thanks, jjl@pobox.com


Add/Change #3191 ([patch] Missing svn:eol-style properties)




Change Properties
Action