<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - prepare-ChangeLog: Fix some warning messages when using svn"
   href="https://bugs.webkit.org/show_bug.cgi?id=151914">151914</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>prepare-ChangeLog: Fix some warning messages when using svn
          </td>
        </tr>

        <tr>
          <th>Classification</th>
          <td>Unclassified
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>WebKit
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>Other
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>Unspecified
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>Unspecified
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>Normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>P2
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>Tools / Tests
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>webkit-unassigned&#64;lists.webkit.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>ddkilzer&#64;webkit.org
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>dbates&#64;webkit.org, lforschler&#64;apple.com
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Running prepare-ChangeLog on an svn repository with a modified file in &quot;InternalProject/Foo Bar/ClassName.m&quot; causes the following spew:

$ ../WebKit/Tools/Scripts/prepare-ChangeLog InternalProject
  Running status to find changed, added, or removed files.
svn: E200005: '/SubversionWorkingDirectory/Dialogs' is not under version control
svn: E200005: '/SubversionWorkingDirectory/Dialogs/WBSJavaScriptDialogManager.m' is not under version control
svn: E200005: '/SubversionWorkingDirectory/Dialogs' is not under version control
svn: E200005: '/SubversionWorkingDirectory/Dialogs/WBSJavaScriptDialogManager.m' is not under version control
  Reviewing diff to determine which lines changed.
Use of uninitialized value $path in substitution (s///) at /WebKit/Tools/Scripts/VCSUtils.pm line 489, &lt;DIFF&gt; line 1.
Use of uninitialized value $path in substitution (s///) at /WebKit/Tools/Scripts/VCSUtils.pm line 489, &lt;DIFF&gt; line 2.
Use of uninitialized value $path in substitution (s///) at /WebKit/Tools/Scripts/VCSUtils.pm line 489, &lt;DIFF&gt; line 3.
Use of uninitialized value $path in substitution (s///) at /WebKit/Tools/Scripts/VCSUtils.pm line 489, &lt;DIFF&gt; line 4.
Use of uninitialized value $path in substitution (s///) at /WebKit/Tools/Scripts/VCSUtils.pm line 489, &lt;DIFF&gt; line 5.
Use of uninitialized value $path in substitution (s///) at /WebKit/Tools/Scripts/VCSUtils.pm line 489, &lt;DIFF&gt; line 6.
Use of uninitialized value $path in substitution (s///) at /WebKit/Tools/Scripts/VCSUtils.pm line 489, &lt;DIFF&gt; line 7.
Use of uninitialized value $path in substitution (s///) at /WebKit/Tools/Scripts/VCSUtils.pm line 489, &lt;DIFF&gt; line 8.
Use of uninitialized value $path in substitution (s///) at /WebKit/Tools/Scripts/VCSUtils.pm line 489, &lt;DIFF&gt; line 9.
Use of uninitialized value $path in substitution (s///) at /WebKit/Tools/Scripts/VCSUtils.pm line 489, &lt;DIFF&gt; line 10.
Use of uninitialized value $path in substitution (s///) at /WebKit/Tools/Scripts/VCSUtils.pm line 489, &lt;DIFF&gt; line 11.
Use of uninitialized value $path in substitution (s///) at /WebKit/Tools/Scripts/VCSUtils.pm line 489, &lt;DIFF&gt; line 12.
Use of uninitialized value $path in substitution (s///) at /WebKit/Tools/Scripts/VCSUtils.pm line 489, &lt;DIFF&gt; line 13.
  Extracting affected function names from source files.
  Change author: David Kilzer &lt;<a href="mailto:ddkilzer&#64;apple.com">ddkilzer&#64;apple.com</a>&gt;.
  Running 'svn update' to update ChangeLog files.
    Updating 'InternalProject/ChangeLog':
    At revision 12345.
  Editing the InternalProject/ChangeLog file.
-- Please remember to include a detailed description in your ChangeLog entry. --
-- See &lt;<a href="http://webkit.org/coding/contributing.html">http://webkit.org/coding/contributing.html</a>&gt; for more info --</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>