Opened 16 years ago
Closed 14 years ago
#7737 closed enhancement (wontfix)
Make hidden properties configurable by end-users
Reported by: | anonymous | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | version control/changeset view | Version: | |
Severity: | normal | Keywords: | svn:mergeinfo |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description (last modified by )
When doing merges, a lot of times you end up with changelists that looks massive, but in reality are just updating the svn:mergeinfo property on most files and directories. It would be good to have an option to hide this data [while viewing the page] so you could more easily see the "real" changes of a merge.
Attachments (0)
Change History (6)
comment:1 by , 16 years ago
comment:2 by , 16 years ago
I was thinking more of an option for users as to whether or not they want to see it on a given page. I suppose hide_properties works for the majority of cases.
comment:3 by , 16 years ago
Description: | modified (diff) |
---|---|
Summary: | Ability to hide svn:mergeinfo changes when viewing changesets → Make hidden properties configurable by end-users |
Ah, okay then. Updating description.
comment:4 by , 16 years ago
Milestone: | → 2.0 |
---|
comment:5 by , 16 years ago
Milestone: | 2.0 → 0.11.6 |
---|
See related #7715. I think having an extra checkbox property changes in the Ignore: part of the Changeset filters would work.
comment:6 by , 14 years ago
Keywords: | svn:mergeinfo added |
---|---|
Milestone: | next-minor-0.12.x |
Resolution: | → wontfix |
Status: | new → closed |
Replying to anonymous:
When doing merges, a lot of times you end up with changelists that looks massive, but in reality are just updating the svn:mergeinfo property on most files and directories.
Well, if you have lots of "svn:mergeinfo property changes on most files and directories", you have a problem. Usually this is introduced by bugs in old 1.5.x versions of svn or user mistakes. Seeing the changes in Trac gives you a chance to detect the problem and remove the spurious mergeinfo properties.
This can largely be mitigated by setting hide_properties in
trac.ini
. Have you tried that and still see overly verbose changesets?