WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
15005
Nightly .zip for Windows contains .svn folders
https://bugs.webkit.org/show_bug.cgi?id=15005
Summary
Nightly .zip for Windows contains .svn folders
808caaa4.8ce9.9cd6c799e9f6
Reported
2007-08-19 07:27:32 PDT
In WebInspector resource folders (for Windows) have .svn folders now. Harmless for evaluation, of cource.
Attachments
Add attachment
proposed patch, testcase, etc.
David Kilzer (:ddkilzer)
Comment 1
2007-08-19 08:58:00 PDT
Confirmed with WebKit-SVN-
r25143
.zip.
Adam Roben (:aroben)
Comment 2
2007-08-19 09:21:49 PDT
This is happening because one of the post-build steps in WebCore.vcproj is: xcopy /y /d /s "$(ProjectDir)\..\page\inspector\*" "$(WebKitOutputDir)\bin\WebKit.resources\inspector" This command recursively copies everything beneath WebCore/page/inspector, including the .svn folder. One way to fix this is to use the /exclude: flag. You pass it a file with a newline-separated list of patterns to exclude when copying. Any file matching any of the patterns will not be copied. I believe the pattern needed to exclude the .svn directory is this: \.svn\
Robert Blaut
Comment 3
2008-02-14 05:29:31 PST
I've checked today nightly zip and found no more .svn folders. So the bug is already fixed.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug