QSvn 0.8.3 released

Today i released QSvn 0.8.3. This new version is only a maintenance release. Only one new feature were added: You can now close QSvn through "Ctrl + Q" shortcut.

According to this a updated the libsvnqt to version 6.0.0 with any improvements for Subversion 1.6. Widows user can now enjoy the advantages from Qt 4.5.2 and Subversion 1.6.3. These are the versions, the precompiled installer files are linked against.

Now get QSvn 0.8.3 and enjoy it. Version 0.9.0 with new features and improvements will coming later.

Cheers,
anrichter

  • Posted: 2009-07-26 15:52 (Updated: 2009-07-26 15:55)
  • Author: anrichter
  • Categories: (none)

Comments

1. anonymous -- 2009-09-30 16:53

Hi there - is anyone compiling this on a Mac?

Thanks

2. anrichter -- 2009-10-01 09:59

Hi,

it should be compile on a mac. But i can't evaluate this because i don't own a mac

Cheers, ar

3. qsvn@… -- 2010-01-07 17:52

I have not been able to compile this on Leopard. Here's part of the output:

Scanning dependencies of target svnqt
[  1%] Building CXX object svnqt/CMakeFiles/svnqt.dir/apr.o
[  2%] Building CXX object svnqt/CMakeFiles/svnqt.dir/client_annotate.o
[  3%] Building CXX object svnqt/CMakeFiles/svnqt.dir/client_cat.o
[  4%] Building CXX object svnqt/CMakeFiles/svnqt.dir/client.o
[  5%] Building CXX object svnqt/CMakeFiles/svnqt.dir/client_diff.o
[  5%] Building CXX object svnqt/CMakeFiles/svnqt.dir/client_ls.o
[  6%] Building CXX object svnqt/CMakeFiles/svnqt.dir/client_modify.o
/Users/tebroc/Downloads/qsvn-0.8.3/src/svnqt/client_modify.cpp: In member function 'virtual svn::Revision svn::Client_impl::copy(const svn::CopyParameter&)':
/Users/tebroc/Downloads/qsvn-0.8.3/src/svnqt/client_modify.cpp:298: error: 'paramter' was not declared in this scope
/Users/tebroc/Downloads/qsvn-0.8.3/src/svnqt/client_modify.cpp:308: error: 'paramter' was not declared in this scope
/Users/tebroc/Downloads/qsvn-0.8.3/src/svnqt/client_modify.cpp:309: error: 'sparameter' was not declared in this scope
/Users/tebroc/Downloads/qsvn-0.8.3/src/svnqt/client_modify.cpp:312: error: 'srcRevision' was not declared in this scope
/Users/tebroc/Downloads/qsvn-0.8.3/src/svnqt/client_modify.cpp: In member function 'virtual svn::Revision svn::Client_impl::move(const svn::CopyParameter&)':
/Users/tebroc/Downloads/qsvn-0.8.3/src/svnqt/client_modify.cpp:406: error: 'srcPaths' was not declared in this scope
/Users/tebroc/Downloads/qsvn-0.8.3/src/svnqt/client_modify.cpp:406: error: 'asChild' was not declared in this scope
/Users/tebroc/Downloads/qsvn-0.8.3/src/svnqt/client_modify.cpp:412: error: 'srcPaths' was not declared in this scope
/Users/tebroc/Downloads/qsvn-0.8.3/src/svnqt/client_modify.cpp:414: error: 'destPath' was not declared in this scope
/Users/tebroc/Downloads/qsvn-0.8.3/src/svnqt/client_modify.cpp:415: error: 'asChild' was not declared in this scope
/Users/tebroc/Downloads/qsvn-0.8.3/src/svnqt/client_modify.cpp:419: error: 'force' was not declared in this scope
make[2]: *** [svnqt/CMakeFiles/svnqt.dir/client_modify.o] Error 1
make[1]: *** [svnqt/CMakeFiles/svnqt.dir/all] Error 2
make: *** [all] Error 2
Test project /Users/tebroc/Downloads/qsvn-0.8.3/scripts

I'm available for testing as I'd love to use this client in OS X. Thanks so much!

Add New Comment