[Webkit-unassigned] [Bug 146082] New: Make webkitdirs::runGitUpdate() work when invoked in more than one Git checkout

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 17 15:22:27 PDT 2015


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

            Bug ID: 146082
           Summary: Make webkitdirs::runGitUpdate() work when invoked in
                    more than one Git checkout
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (Nightly build)
          Hardware: All
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: dbates at webkit.org

For Apple internal scripts it would be beneficial to be able to call the convenience function webkitdirs::runGitUpdate() to update an arbitrary Git- and Git SVN- checkouts. Currently webkitdirs::runGitUpdate() cannot be used to update both Git and Git SVN- checkout because it calls isGitSVN() to determine whether the current working directory is a Git SVN checkout. And isGitSVN() caches its result to speed up subsequent queries. We should support running webkitdirs::runGitUpdate() from inside an arbitrary Git/Git SVN checkout to update it.

-- 
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/20150617/d5aabf38/attachment.html>


More information about the webkit-unassigned mailing list