RESOLVED DUPLICATE of bug 20478 Bug 20465
build-launcher-app doesn't work.
https://bugs.webkit.org/show_bug.cgi?id=20465
Summary build-launcher-app doesn't work.
Ingo Hoffmann
Reported 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 :)
Attachments
Mark Rowe (bdash)
Comment 1 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.
Ingo Hoffmann
Comment 2 2008-08-21 04:25:06 PDT
I've never seen anything about git or how to build a .app with it...
Mark Rowe (bdash)
Comment 3 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 ***
Note You need to log in before you can comment on or make changes to this bug.