[Webkit-unassigned] [Bug 98723] New: Teach parseSvnDiffProperties() to recognize additional SVN properties

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 8 23:11:30 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=98723

           Summary: Teach parseSvnDiffProperties() to recognize additional
                    SVN properties
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: dbates at webkit.org
                CC: ashodnakashian at yahoo.com


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>.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list