<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.webkit.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4.1"
          urlbase="https://bugs.webkit.org/"
          
          maintainer="admin@webkit.org"
>

    <bug>
          <bug_id>15005</bug_id>
          
          <creation_ts>2007-08-19 07:27:32 -0700</creation_ts>
          <short_desc>Nightly .zip for Windows contains .svn folders</short_desc>
          <delta_ts>2008-02-14 05:29:31 -0800</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>WebKit Website</component>
          <version>523.x (Safari 3)</version>
          <rep_platform>PC</rep_platform>
          <op_sys>Windows XP</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P5</priority>
          <bug_severity>Trivial</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter>808caaa4.8ce9.9cd6c799e9f6</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>aroben</cc>
    
    <cc>mrowe</cc>
    
    <cc>webkit</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>1993</commentid>
    <comment_count>0</comment_count>
    <who name="">808caaa4.8ce9.9cd6c799e9f6</who>
    <bug_when>2007-08-19 07:27:32 -0700</bug_when>
    <thetext>In WebInspector resource folders (for Windows) have .svn folders now.
Harmless for evaluation, of cource.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1987</commentid>
    <comment_count>1</comment_count>
    <who name="David Kilzer (:ddkilzer)">ddkilzer</who>
    <bug_when>2007-08-19 08:58:00 -0700</bug_when>
    <thetext>Confirmed with WebKit-SVN-r25143.zip.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1988</commentid>
    <comment_count>2</comment_count>
    <who name="Adam Roben (:aroben)">aroben</who>
    <bug_when>2007-08-19 09:21:49 -0700</bug_when>
    <thetext>This is happening because one of the post-build steps in WebCore.vcproj is:

xcopy /y /d /s &quot;$(ProjectDir)\..\page\inspector\*&quot; &quot;$(WebKitOutputDir)\bin\WebKit.resources\inspector&quot;

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\</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>70652</commentid>
    <comment_count>3</comment_count>
    <who name="Robert Blaut">webkit</who>
    <bug_when>2008-02-14 05:29:31 -0800</bug_when>
    <thetext>I&apos;ve checked today nightly zip and found no more .svn folders. So the bug is already fixed.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>