kdesvn is a subversion client using the native subversion delevelopment API instead of just parsing the output of the commandline tool like most other clients do.
It tries to setup a look and feel like the standard filemanager of KDE and is integrated into it via KPart.
The base C++ interface to subversion I took from the (real great) tool Rapidsvn (see http://rapidsvn.tigris.org/) with some modifcations and fixes.
When interested in getting the source from scratch:
Works great and I like it but when SVN operations are finished, or quitting the standalone app, my KDE session is killed dumping me back to the console.
Is there a way to get rid of the kdesvn context menu entries Konqueror? I find them really annoying... I just want a nice svn viewer, but I really don't need it everywhere.
Hi,
I have a question about merging and I was gonna subscribe to the maillist but I'm not getting back an email to confirm my subscription :(.
Any clues what's going on?
hi,
when I run kdesvn it shows the following error message:
Could not find our part:
QLibrary::load_sys: Cannot load /usr/lib/kde4/kdesvnpart.so (/usr/lib/kde4/kdesvnpart.so: undefined symbol: _ZN11QTreeWidget17setSelectionModelEP19QItemSelectionModel)
I am running on FC10. Installed kdesvn by
yum install kdesvn
I checked /usr/lib/kde4/kdesvnpart.so file exists.
Could you please tell me what to do to fix it?
LB
This dependes on your KDE installation and can be overwritten with the
KDEDIRS
environment variable, eg., if you install kdesvn in /usr/local you must set
KDEDIRS=/usr/local:/usr
cu
You're missing subversion and apr development libs, or them are on a special place, that case you should give option "-DSUBVERSION_INSTALL_PATH=<path>" to cmake.
for the KDE4 port. I am using the snapshot since some days and had no problems so far :)
Thanks for all the hard work too, kdesvn is simply the best subversion frontend i have seen!
Greetings
Jan
Dolphin has a plugin system like konqueror? Thats new to me. But as far as I know it uses the kio-protocolls from konqueror, too. But a view plugin in dolphin - I'll take a look.
thanks for response. i don't know nothing nor about konquer nor dolphin. i'm not kde apps developer only user, so can't help with that. i hope that it has any thing related with that.
also i have some problems with kdesvn when working with huge numbers of files (~10k) in (~500) direcotries. It freeses and its imposible to say does it work or not. Could you add some progress bar to that? Cause now i'm forced to use command line for svn commits and updates.
I don't know if anyone can help but I'm trying to compile this on suse 10.0 and it fails make when trying to compile svnqt. I'm not at that computer right now so I can't give more information until tomorrow. I'm using KDE 3.4.x, I just compiled apr, apr-utils, and svn 1.4.6. I believe I have all the required dev packages installed, qt-dev, kdelibs-dev, etc.
Hi,
I've seen that to import for the first time my original directory "POUB" to the repo SVN , I had to key in command line:
svn import ~/Documents/POUB file:///home/peter/Documents/SVN/ -m "import"
Ajout /home/peter/Documents/POUB/poub
Révision 2 propagée.
But because kdesvn is graphical, isn't the a graphical mean to do this in kdesvn?
Hi,
I rebuilt the source rpm package 0.14.0 on CentOS 4.5 (i386) with rpmbuild --rebuild and it crashes when trying to open any checked out sandbox. Anybody else having the same problem? The version 0.13.0 works fine.
When this happens in most cases kdesvn loads a wrong library. And the rpm-spec for centos4 differs from the normal one due an error in qt-installation of it.
p.s.:
tried it in an old vmwared centos 4.5 i386: after modify the spec file adding that option above it worked fine. I'll put it next time on the website, too. but you should give more information about your system or use the bugtracker on http://kdesvn.alwins-world.de/newticket
Ratings & Comments
175 Comments
Works great and I like it but when SVN operations are finished, or quitting the standalone app, my KDE session is killed dumping me back to the console.
Just what I've been looking for. And I like the dolphin integration, a counterpart to tortisesvn
Is there a way to get rid of the kdesvn context menu entries Konqueror? I find them really annoying... I just want a nice svn viewer, but I really don't need it everywhere.
In kdesvn: Settings -> KIO/Command line -> Don't show context menus in konqueror
Hi, I have a question about merging and I was gonna subscribe to the maillist but I'm not getting back an email to confirm my subscription :(. Any clues what's going on?
I have no idea whats going wrong. Looks like mailing lists a broken in general. :(
hi, when I run kdesvn it shows the following error message: Could not find our part: QLibrary::load_sys: Cannot load /usr/lib/kde4/kdesvnpart.so (/usr/lib/kde4/kdesvnpart.so: undefined symbol: _ZN11QTreeWidget17setSelectionModelEP19QItemSelectionModel) I am running on FC10. Installed kdesvn by yum install kdesvn I checked /usr/lib/kde4/kdesvnpart.so file exists. Could you please tell me what to do to fix it? LB
Hm. Looks like that kdesvn is build against other version of qt than running with...
yes
I had to install it in /usr. in /usr/local it didn't find the "kpart" hope that helps
This dependes on your KDE installation and can be overwritten with the KDEDIRS environment variable, eg., if you install kdesvn in /usr/local you must set KDEDIRS=/usr/local:/usr cu
i have try to compile with debian sid with command : cmake -DCMAKE_INSTALL_PREFIX=/usr . and i have this error : http://pastebin.com/m4aa03015
You're missing subversion and apr development libs, or them are on a special place, that case you should give option "-DSUBVERSION_INSTALL_PATH=<path>" to cmake.
for the KDE4 port. I am using the snapshot since some days and had no problems so far :) Thanks for all the hard work too, kdesvn is simply the best subversion frontend i have seen! Greetings Jan
Great app! Any chance in porting to QT4/KDE4 ?
Porting to kde4 is in progress but may cost a while - help is welcome ;)
You may try kde4-version snapshot (only source package, no binaries), see link in download section.
Hello, Amazing job. Thank you. Also could you add in future features list integration with dolphin too?
Dolphin has a plugin system like konqueror? Thats new to me. But as far as I know it uses the kio-protocolls from konqueror, too. But a view plugin in dolphin - I'll take a look.
thanks for response. i don't know nothing nor about konquer nor dolphin. i'm not kde apps developer only user, so can't help with that. i hope that it has any thing related with that. also i have some problems with kdesvn when working with huge numbers of files (~10k) in (~500) direcotries. It freeses and its imposible to say does it work or not. Could you add some progress bar to that? Cause now i'm forced to use command line for svn commits and updates.
Hello, Amazing job. Thank you. Also could you add in future features list integration with konquer/dolphin too?
I don't know if anyone can help but I'm trying to compile this on suse 10.0 and it fails make when trying to compile svnqt. I'm not at that computer right now so I can't give more information until tomorrow. I'm using KDE 3.4.x, I just compiled apr, apr-utils, and svn 1.4.6. I believe I have all the required dev packages installed, qt-dev, kdelibs-dev, etc.
Hi, I've seen that to import for the first time my original directory "POUB" to the repo SVN , I had to key in command line: svn import ~/Documents/POUB file:///home/peter/Documents/SVN/ -m "import" Ajout /home/peter/Documents/POUB/poub Révision 2 propagée. But because kdesvn is graphical, isn't the a graphical mean to do this in kdesvn?
Hi, I rebuilt the source rpm package 0.14.0 on CentOS 4.5 (i386) with rpmbuild --rebuild and it crashes when trying to open any checked out sandbox. Anybody else having the same problem? The version 0.13.0 works fine.
When this happens in most cases kdesvn loads a wrong library. And the rpm-spec for centos4 differs from the normal one due an error in qt-installation of it. p.s.: tried it in an old vmwared centos 4.5 i386: after modify the spec file adding that option above it worked fine. I'll put it next time on the website, too. but you should give more information about your system or use the bugtracker on http://kdesvn.alwins-world.de/newticket