[Webkit-unassigned] [Bug 27328] WebKitTools/Scripts/svn-create-patch is broken

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 15 23:11:49 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=27328





--- Comment #2 from Joseph Pecoraro <joepeck02 at gmail.com>  2009-07-15 23:11:49 PDT ---
Hmm.  Well the svn error comes from `svn diff '/path/to/file'` when the file
doesn't exist.  That error entirely makes sense because "/WebCore/ChangeLog"
doesn't exist.  However the leading slash makes no sense to me and I can't
reproduce it on my machine (Mac OS X Perl 5.8.8).

On my system:

  shell> perl -e 'use File::Spec; print File::Spec->abs2rel("/blah","/blah"),
"\n"'
  .

Try running that on your system to see if you get something other then ".".  If
that is the case then I can stop scratching my head.

Or we could just always strip a leading slash from $prefix because it should
never happen anyways.  What do the stronger perl programmers think?

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list