Bug 98723
| Summary: | Teach parseSvnDiffProperties() to recognize additional SVN properties | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Daniel Bates <dbates> |
| Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Normal | CC: | ashodnakashian |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Daniel Bates
We should implement support for additional SVN properties. Currently we only recognize the property svn:executable, which determines whether a file is executable.
In particular, we should address the following FIXME comment in VCSUtils.parseSvnDiffProperties():
# FIXME: We should expand this to support other SVN properties
# (e.g. return a hash of property key-values that represents
# all properties).
#
For completeness, support for recognizing additional SVN properties was raised in <https://bugs.webkit.org/show_bug.cgi?id=80762#c0>.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |