Summary: | webkit-patch fails when not run from root | ||||||
---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Adam Barth <abarth> | ||||
Component: | New Bugs | Assignee: | Adam Barth <abarth> | ||||
Status: | RESOLVED FIXED | ||||||
Severity: | Normal | CC: | andersca, dpranke, eric, mihaip, mjs, ojan | ||||
Priority: | P2 | ||||||
Version: | 528+ (Nightly build) | ||||||
Hardware: | Other | ||||||
OS: | OS X 10.5 | ||||||
Attachments: |
|
Description
Adam Barth
2011-05-01 11:51:18 PDT
Created attachment 91830 [details]
Patch
Comment on attachment 91830 [details]
Patch
I'm confused. I thought that SVN didn't run all commands relative to the root to support maciej's fancy -d thing.
scm.py always interprets file paths relative to the root of the working copy. The -d option restricts the scope of our "stat" commands to restrict which parts of the working copy we operate upon. Committed r85424: <http://trac.webkit.org/changeset/85424> Letting other python hackers see this go by, to hopefully end any confusion here. |