Modify ↓
Opened 9 years ago
Closed 9 years ago
#12125 closed defect (fixed)
svn:mergeinfo has value "False"
Reported by: | Ryan J Ollos | Owned by: | Jun Omae |
---|---|---|---|
Priority: | normal | Milestone: | 1.0.9 |
Component: | version control/changeset view | Version: | 1.0 |
Severity: | normal | Keywords: | svn:mergeinfo |
Cc: | Branch: | ||
Release Notes: |
Fix |
||
API Changes: | |||
Internal Changes: |
Description (last modified by )
th:changeset/14806 shows:
Property svn:mergeinfo set to FalseThe following is shown from the command line client:
$svn proplist -r 14806 -v Properties on 'https://trac-hacks.org/svn/defaultccplugin/trunk': svn:ignore *.egg-info svn:mergeinfo /defaultccplugin/branches/0.3:14805
Attachments (0)
Change History (5)
comment:1 by , 9 years ago
Description: | modified (diff) |
---|
comment:2 by , 9 years ago
Keywords: | svn:mergeinfo added |
---|---|
Milestone: | → 1.0.8 |
comment:3 by , 9 years ago
Milestone: | 1.0.8 → 1.0.9 |
---|
comment:4 by , 9 years ago
Owner: | set to |
---|---|
Status: | new → assigned |
Version: | → 1.0 |
comment:5 by , 9 years ago
Release Notes: | modified (diff) |
---|---|
Resolution: | → fixed |
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
The issue occurs when
svn:mergeinfo
property in the revision is created. Trac 1.0.x has the issue but Trac 0.12.x doesn't have.tracopt/versioncontrol/svn/svn_prop.py
tracopt/versioncontrol/svn/tests/svn_fs.py