[Webkit-unassigned] [Bug 38775] rebaseline-chromium-webkit-tests doesn't do diffs right with a Git checkout of WebKit

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 28 08:42:08 PDT 2010


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





--- Comment #8 from Victor Wang <victorw at chromium.org>  2010-06-28 08:42:08 PST ---
(From update of attachment 59887)
WebKitTools/Scripts/webkitpy/common/checkout/scm.py:441
 +              self._bogus_dir = os.path.join(parent_dir, "temp_svn_config")
Should _bogus_dir be created for win?

WebKitTools/Scripts/webkitpy/common/checkout/scm.py:462
 +              return self.run(['svn', 'diff', path])
Missing "--config-dir"?

WebKitTools/Scripts/webkitpy/common/checkout/scm.py:467
 +          return self.run(['svn', 'cat', path])
Add "-r BASE" to svn cat?

-- 
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