> -----Original Message-----
> From: philip_at_apache.org [mailto:philip_at_apache.org]
> Sent: woensdag 21 juli 2010 18:53
> To: commits_at_subversion.apache.org
> Subject: svn commit: r966312 - in /subversion/trunk/subversion:
> include/ libsvn_client/ libsvn_wc/
>
> Author: philip
> Date: Wed Jul 21 16:53:03 2010
> New Revision: 966312
>
> URL: http://svn.apache.org/viewvc?rev=966312&view=rev
> Log:
> Remove the text-base parameter from svn_wc_transmit_text_deltas3.
> In 1.6 it was used to pass information to svn_wc_process_committed
> but is no longer needed in 1.7.
It looks like this patch breaks the python bindings. The Windows buildbot shows:
=====================================================================
ERROR: test_commit (wc.SubversionWorkingCopyTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
File "D:\svn-w2k3-local\slik-w2k3-x64-local\build\subversion\bindings\swig\python\tests\wc.py", line 261, in test_commit
driver_cb)
File "E:\w2k3\swig\py-release\libsvn\delta.py", line 500, in svn_delta_path_driver
return _delta.svn_delta_path_driver(*args)
SubversionException: 720080 - Can't open file 'E:\w2k3\temp\svn-774ADAB0': The file exists.
at ..\..\..\subversion\bindings\swig\python\libsvn_swig_py\swigutil_py.c:1362
And the unix buildbots:
======================================================================
ERROR: test_commit (wc.SubversionWorkingCopyTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/bt/slaves/x64-centos/build/subversion/bindings/swig/python/tests/wc.py", line 261, in test_commit
driver_cb)
File "/home/bt/slaves/x64-centos/build/subversion/bindings/swig/python/libsvn/delta.py", line 511, in svn_delta_path_driver
return apply(_delta.svn_delta_path_driver, args)
SubversionException: 17 - traced call
at subversion/libsvn_delta/path_driver.c:254
17 - traced call
at subversion/bindings/swig/python/libsvn_swig_py/swigutil_py.c:1362
----------------------------------------------------------------------
Bert
Received on 2010-07-22 01:08:42 CEST