Modify ↓
#12032 closed defect (fixed)
some .py files lacks the svn:eol-style property
| Reported by: | Owned by: | Jun Omae | |
|---|---|---|---|
| Priority: | low | Milestone: | 0.12.7 |
| Component: | project | Version: | |
| Severity: | minor | Keywords: | |
| Cc: | Branch: | ||
| Release Notes: |
Fix missing |
||
| API Changes: | |||
| Internal Changes: | |||
Description (last modified by )
contrib/l10n_reset_en_GB.py and contrib/l10n_revert_lineno_conflicts.py do not have the svn:eol-style=native property that others have. This is not so important thing, but bad thing for mirrored hg repository users
with eol extension because their statuses are always 'modified'
even if after hg revert -a.
Attachments (0)
Change History (4)
comment:1 by , 11 years ago
| Component: | contrib → project |
|---|---|
| Owner: | set to |
| Status: | new → assigned |
comment:2 by , 11 years ago
| Milestone: | → 0.12.7 |
|---|---|
| Release Notes: | modified (diff) |
| Resolution: | → fixed |
| Status: | assigned → closed |
Added svn:eol-style property in [13982:13985].
comment:3 by , 11 years ago
I now upgraded my SVN client, so it should observe svn:auto-props in the future. Sorry for the trouble.
comment:4 by , 6 years ago
| Description: | modified (diff) |
|---|
Note:
See TracTickets
for help on using tickets.



Thanks for the reporting! We should set
svn:eol-styleproperty tonativefor all*.pyfiles. Currently, the property automatically is setnativefor when adding new files usingsvn:auto-propssince #11324.The following files don't have
svn:eol-style=nativeproperty.$ diff -U0 \ <(find trunk branches/{1.0,0.12}-stable -name '*.py' | sort) \ <(find trunk branches/{1.0,0.12}-stable -name '*.py' -exec svn propget svn:eol-style '{}' + | sed -e 's# - native$##' | sort) \ | sed -n '/^[-+][tb]/ { s/^[-+]//; p }' branches/0.12-stable/contrib/l10n_reset_en_GB.py branches/1.0-stable/contrib/l10n_reset_en_GB.py branches/1.0-stable/contrib/l10n_revert_lineno_conflicts.py branches/1.0-stable/tracopt/versioncontrol/git/__init__.py branches/1.0-stable/tracopt/versioncontrol/__init__.py branches/1.0-stable/trac/ticket/batch.py trunk/contrib/l10n_reset_en_GB.py trunk/contrib/l10n_revert_lineno_conflicts.py trunk/trac/notification/api.py trunk/trac/notification/compat.py trunk/trac/notification/__init__.py trunk/trac/notification/mail.py trunk/trac/notification/model.py trunk/trac/notification/prefs.py trunk/tracopt/versioncontrol/git/__init__.py trunk/tracopt/versioncontrol/__init__.py trunk/trac/ticket/batch.py trunk/trac/upgrades/db34.py trunk/trac/upgrades/db35.py trunk/trac/upgrades/db40.py