[Webkit-unassigned] [Bug 45551] New: git-svn, branches and rebuilding

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 10 11:12:55 PDT 2010


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

           Summary: git-svn, branches and rebuilding
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: robert at webkit.org


In a git-svn clone with 'git config core.webKitBranchBuild true' if you do:

git checkout -b somebranch master
./build-webkit etc.
git checkout -b newbranch master
git checkout somebranch
./build-webkit etc.

the second build command triggers a full rebuild when building QtWebKit - not sure about other ports.

This is very inconvenient. I think it's caused by the timestamps on the generated files.

Is there anyway of fixing it?

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