WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
89388
garden-o-matic fails to svn add some new baselines
https://bugs.webkit.org/show_bug.cgi?id=89388
Summary
garden-o-matic fails to svn add some new baselines
Adam Barth
Reported
2012-06-18 15:05:46 PDT
---------------------------------------- Exception happened during processing of request from ('127.0.0.1', 62067) Traceback (most recent call last): File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/SocketServer.py", line 284, in _handle_request_noblock self.process_request(request, client_address) File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/SocketServer.py", line 310, in process_request self.finish_request(request, client_address) File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/SocketServer.py", line 323, in finish_request self.RequestHandlerClass(request, client_address, self) File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/SocketServer.py", line 639, in __init__ self.handle() File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/BaseHTTPServer.py", line 337, in handle self.handle_one_request() File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/BaseHTTPServer.py", line 325, in handle_one_request method() File "/Users/abarth/svn/webkit/Tools/Scripts/webkitpy/tool/servers/reflectionhandler.py", line 60, in do_POST self._handle_request() File "/Users/abarth/svn/webkit/Tools/Scripts/webkitpy/tool/servers/reflectionhandler.py", line 90, in _handle_request function() File "/Users/abarth/svn/webkit/Tools/Scripts/webkitpy/tool/servers/gardeningserver.py", line 215, in rebaselineall self.server.tool.scm().add_list(list(files_to_add)) File "/Users/abarth/svn/webkit/Tools/Scripts/webkitpy/common/checkout/scm/svn.py", line 184, in add_list return self._run_svn(["add"] + paths, return_exit_code=return_exit_code) File "/Users/abarth/svn/webkit/Tools/Scripts/webkitpy/common/checkout/scm/svn.py", line 131, in _run_svn return self.run([self.executable_name] + args, **kwargs) File "/Users/abarth/svn/webkit/Tools/Scripts/webkitpy/common/checkout/scm/scm.py", line 76, in run decode_output=decode_output) File "/Users/abarth/svn/webkit/Tools/Scripts/webkitpy/common/system/executive.py", line 418, in run_command (error_handler or self.default_error_handler)(script_error) File "/Users/abarth/svn/webkit/Tools/Scripts/webkitpy/common/system/executive.py", line 335, in default_error_handler raise error ScriptError: Failed to run "[u'svn', u'add']" exit_code: 1
Attachments
Add attachment
proposed patch, testcase, etc.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug