Skip to content
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

Open
anrichter opened this issue Apr 9, 2013 · 3 comments
Open

qsvn-0.6.1: make error/ client_modify.cpp #61

anrichter opened this issue Apr 9, 2013 · 3 comments

Comments

@anrichter
Copy link
Owner

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

@anrichter
Copy link
Owner Author

[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

@anrichter
Copy link
Owner Author

[Shamarel] I tried SVN-revision 904, the error message is exactly the same.

Regards,
Stefan

@anrichter
Copy link
Owner Author

[Shamarel] I tried SVN-revision 931 and qsvn compiles without problems.

But qsvn crashes, when I do the following:

  • select "working copy -> checkout
  • dialog appears, in which I add the repository infos (URL + Path)
  • window "SSL server trust" appears
  • press "accept temporarily"

A gdb backtrace shows the following:

(gdb) run --debug
Starting program: /usr/local/bin/qsvn --debug
[Thread debugging using libthread_db enabled]
[New Thread 1094567232 (LWP 14783)]
[New Thread 1098816432 (LWP 14786)]
svn_cmdline_init done

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 1094567232 (LWP 14783)]
0x4007588b in svn::ContextData::getContextData (baton=0x12c, data=0xbfffb02c)
at /usr/src/packages/BUILD/qsvn/src/svnqt/contextdata.cpp:302
302 if (data_->listener == 0)

Does this mean, that subversion 1.5.0 is still not supported? Thank you for your reply.

Regards,
Stefan

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant