Bug 37346

Summary: SCM should use an scm._run() which calls run_command with cwd=self.checkout_root to make paths consistent between Git and SVN
Product: WebKit Reporter: Eric Seidel (no email) <eric>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: abarth, cjerdonek
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: OS X 10.5   

Description Eric Seidel (no email) 2010-04-09 11:33:09 PDT
SCM should use an scm._run() which calls run_command with cwd=self.checkout_root to make paths consistent between Git and SVN

I added a whole bunch of FIXMEs about this when fixing bug 37015, but there are definitely more bugs which will be fixed by making this change.