Bug 20465

Summary: build-launcher-app doesn't work.
Product: WebKit Reporter: Ingo Hoffmann <ingo.hoffmann>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Mac   
OS: OS X 10.5   

Description Ingo Hoffmann 2008-08-20 14:13:16 PDT
It complains about being unable to determine the current SVN branch.

To fix it just change this line (55) from:
    (my $branch) = ($url =~ m/\/svn\/webkit\/(trunk|branches\/[^\/]+)/);
To:
    (my $branch) = ($url =~ m/\/repository\/webkit\/(trunk|branches\/[^\/]+)/);

Now it works :)
Comment 1 Mark Rowe (bdash) 2008-08-20 15:03:41 PDT
That's not too surprising.  I'm the only one that uses build-launcher-app, and I switched to using git long before we moved the SVN repository location.
Comment 2 Ingo Hoffmann 2008-08-21 04:25:06 PDT
I've never seen anything about git or how to build a .app with it...
Comment 3 Mark Rowe (bdash) 2008-08-21 16:36:11 PDT
Forward-duping to bug 20478 as that has a patch attached which fixes this issue as well as making build-launcher-app work inside a git repository.

*** This bug has been marked as a duplicate of 20478 ***