pysvn-1.7.2 only support subversion 1.6.15 and earlier. wen
2011/10/22 STeve Andre' <and...@msu.edu>: > This is on an i386-current system compiled > OpenBSD 5.0-current (GENERIC.MP) #0: Wed Oct 19 16:17:41 EDT 2011 > > --STeve Andre' > > > Compile pysvn_client_cmd_changelist.o > g++ -c -Wall -fPIC -fexceptions -frtti > -I/usr/ports/pobj/py-pysvn-1.7.2/pysvn-1.7.2/Import/pycxx-6.1.1 > -I/usr/ports/pobj/py-pysvn-1.7.2/pysvn-1.7.2/Import/pycxx-6.1.1/Src > -I/usr/local/include/python2.7 -I/usr/local/include/subversion-1 > -I/usr/local/include/apr-1 -I. -DNDEBUG -DTHREAD_STACK_SIZE=0x20000 > -DPYCXX_PYTHON_2TO3 -Dinit_pysvn=init_pysvn_2_7 > -Dinit_pysvn_d=init_pysvn_2_7_d -o pysvn_client_cmd_changelist.o > pysvn_client_cmd_changelist.cpp > Compile pysvn_client_cmd_checkin.o > g++ -c -Wall -fPIC -fexceptions -frtti > -I/usr/ports/pobj/py-pysvn-1.7.2/pysvn-1.7.2/Import/pycxx-6.1.1 > -I/usr/ports/pobj/py-pysvn-1.7.2/pysvn-1.7.2/Import/pycxx-6.1.1/Src > -I/usr/local/include/python2.7 -I/usr/local/include/subversion-1 > -I/usr/local/include/apr-1 -I. -DNDEBUG -DTHREAD_STACK_SIZE=0x20000 > -DPYCXX_PYTHON_2TO3 -Dinit_pysvn=init_pysvn_2_7 > -Dinit_pysvn_d=init_pysvn_2_7_d -o pysvn_client_cmd_checkin.o > pysvn_client_cmd_checkin.cpp > pysvn_client_cmd_checkin.cpp: In member function 'Py::Object > pysvn_client::cmd_checkin(const Py::Tuple&, const Py::Dict&)': > pysvn_client_cmd_checkin.cpp:130: warning: 'svn_client_commit' is deprecated > (declared at /usr/local/include/subversion-1/svn_client.h:2054) > pysvn_client_cmd_checkin.cpp:137: warning: 'svn_client_commit' is deprecated > (declared at /usr/local/include/subversion-1/svn_client.h:2054) > pysvn_client_cmd_checkin.cpp: In member function 'Py::Object > pysvn_client::cmd_checkout(const Py::Tuple&, const Py::Dict&)': > pysvn_client_cmd_checkin.cpp:241: warning: 'svn_client_checkout' is > deprecated (declared at /usr/local/include/subversion-1/svn_client.h:1173) > pysvn_client_cmd_checkin.cpp:250: warning: 'svn_client_checkout' is > deprecated (declared at /usr/local/include/subversion-1/svn_client.h:1173) > pysvn_client_cmd_checkin.cpp: In member function 'Py::Object > pysvn_client::cmd_resolved(const Py::Tuple&, const Py::Dict&)': > pysvn_client_cmd_checkin.cpp:349: warning: 'svn_client_resolved' is > deprecated (declared at /usr/local/include/subversion-1/svn_client.h:3731) > pysvn_client_cmd_checkin.cpp:355: warning: 'svn_client_resolved' is > deprecated (declared at /usr/local/include/subversion-1/svn_client.h:3731) > pysvn_client_cmd_checkin.cpp: In member function 'Py::Object > pysvn_client::cmd_update(const Py::Tuple&, const Py::Dict&)': > pysvn_client_cmd_checkin.cpp:440: warning: 'svn_client_update' is deprecated > (declared at /usr/local/include/subversion-1/svn_client.h:1320) > pysvn_client_cmd_checkin.cpp:448: error: cannot convert > 'apr_array_header_t**' to 'svn_revnum_t*' for argument '1' to 'svn_error_t* > svn_client_update(svn_revnum_t*, const char*, const svn_opt_revision_t*, > svn_boolean_t, svn_client_ctx_t*, apr_pool_t*)' > gmake: *** [pysvn_client_cmd_checkin.o] Error 1 > *** Error code 2 > >