Bug 98723

Summary: Teach parseSvnDiffProperties() to recognize additional SVN properties
Product: WebKit Reporter: Daniel Bates <dbates>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: NEW    
Severity: Normal CC: ashodnakashian
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   

Daniel Bates
Reported 2012-10-08 23:12:05 PDT
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
Note You need to log in before you can comment on or make changes to this bug.