[Webkit-unassigned] [Bug 151570] New: Add an API for getting the branch identifier from a Git or SVN checkout.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 23 13:06:06 PST 2015


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

            Bug ID: 151570
           Summary: Add an API for getting the branch identifier from a
                    Git or SVN checkout.
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Local Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: matthew_hanson at apple.com
                CC: lforschler at apple.com

VCSUtils.pm knows how to extract the remote URL from SVN and Git repositories, but it does not expose this function publicly. In fact, the logic for doing this is embedded in another function called pathRelativeToSVNRepositoryRootForPath. This makes it difficult for VCSUtils clients to determine the branch identifier (e.g. "trunk", "Safari-601.1.46.1", "safari-601.1.46-branch") of a repository.

This bug tracks exposing an API for getting such an identifier, given a path to a repository.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20151123/df381369/attachment.html>


More information about the webkit-unassigned mailing list