Bug 4585

Summary: update-webkit doesn't notice when you have SVGSupport and update properly
Product: WebKit Reporter: Eric Seidel (no email) <eric>
Component: SVGAssignee: Eric Seidel (no email) <eric>
Status: RESOLVED FIXED    
Severity: Normal CC: ben.lamonica
Priority: P4    
Version: 420+   
Hardware: Mac   
OS: OS X 10.4   
Attachments:
Description Flags
Checks for SVGSupport directory, and updates accordingly darin: review+

Eric Seidel (no email)
Reported 2005-08-22 04:36:35 PDT
update-webkit doesn't notice when you have SVGSupport and update properly This is because the current checkout-svg script is sorta a hack. It checks out SVGSupport separately (as a top level module) and creates symlinks from WebCore/ into SVGSupport/ It might be better to change checkout-svg to checkout sub-modules SVGSupport/ksvg2, etc directly into the WebCore/ directory... or at least update update-webkit to test if SVGSupport is checked out and issue a cvs up command appopriately.
Attachments
Checks for SVGSupport directory, and updates accordingly (976 bytes, patch)
2005-08-23 19:02 PDT, Ben La Monica
darin: review+
Ben La Monica
Comment 1 2005-08-23 19:02:31 PDT
Created attachment 3543 [details] Checks for SVGSupport directory, and updates accordingly If the SVGSupport directory is present in the webkit dir, then this will also be updated when update-webkit is run.
Darin Adler
Comment 2 2005-08-24 11:57:23 PDT
Comment on attachment 3543 [details] Checks for SVGSupport directory, and updates accordingly Looks fine to me. Using $" seems unnecessarily clever when join could do the job; it also seems a little ugly to pop the last item off of @sources and then re-append it. But this is a small script, and those are nits, so r=me.
Note You need to log in before you can comment on or make changes to this bug.