-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
qsvn-0.6.1: make error/ client_modify.cpp #61
Comments
[ar] Subversion 1.5.0 isn't released yet. So support for Subversion 1.5.0 will not included in QSvn 0.6.x. Can you try to compile trunk with Subversion 1.5.0? ar |
[Shamarel] I tried SVN-revision 904, the error message is exactly the same. Regards, |
[Shamarel] I tried SVN-revision 931 and qsvn compiles without problems. But qsvn crashes, when I do the following:
A gdb backtrace shows the following: (gdb) run --debug Program received signal SIGSEGV, Segmentation fault. Does this mean, that subversion 1.5.0 is still not supported? Thank you for your reply. Regards, |
Trying to build qsvn-0.6.1 leads to this error:
[ 8%] Building CXX object svnqt/CMakeFiles/svnqt-qt4.dir/client_modify.o
/usr/src/packages/BUILD/qsvn-0.6.1/src/svnqt/client_modify.cpp: In member function ‘virtual svn::Revision svn::Client_impl::commit(const svn::Targets&, const QString&, bool, bool)’:
/usr/src/packages/BUILD/qsvn-0.6.1/src/svnqt/client_modify.cpp:203: error: cannot convert ‘bool’ to ‘svn_depth_t’ for argument ‘3’ to ‘svn_error_t* svn_client_commit4(svn_commit_info_t*, const apr_array_header_t, svn_depth_t, svn_boolean_t, svn_boolean_t, const char_, svn_client_ctx_t_, apr_pool_t*)’
Qt4 = 4.3.2
Subversion: 1.5.0
My last version installed 0.5.0 compiled without any problems. If you need more information please let me know.
Regards,
Stefan
The text was updated successfully, but these errors were encountered: