
kdesvn
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
For news about kdesvn see now http://kdesvn.alwins-world.de
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:
http://anongit.kde.org/kdesvn
(do a git clone http://anongit.kde.org/kdesvn)
Comments are welcome. You may use the bugtracker https://bugs.kde.org/enter_bug.cgi?product=kdesvn
for reporting bugs or request features missing.
distopic
6 years ago
Report
blackpaw
9 years ago
Report
AMO88
10 years ago
Report
alwin
10 years ago
Settings -> KIO/Command line -> Don't show context menus in konqueror
Report
reggler
10 years ago
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?
Report
alwin
10 years ago
Report
littleboy
10 years ago
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
Report
alwin
10 years ago
Report
gassauer
11 years ago
Report
gassauer
11 years ago
in /usr/local it didn't find the "kpart"
hope that helps
Report
alwin
11 years ago
KDEDIRS
environment variable, eg., if you install kdesvn in /usr/local you must set
KDEDIRS=/usr/local:/usr
cu
Report
kilah
11 years ago
cmake -DCMAKE_INSTALL_PREFIX=/usr .
and i have this error : http://pastebin.com/m4aa03015
Report
alwin
11 years ago
Report
jazztyle
11 years ago
Thanks for all the hard work too, kdesvn is simply the best subversion frontend i have seen!
Greetings
Jan
Report
puelocesar
11 years ago
Report
alwin
11 years ago
Report
alwin
11 years ago
Report
Tokeiito
11 years ago
Amazing job. Thank you.
Also could you add in future features list integration with dolphin too?
Report
alwin
11 years ago
Report
Tokeiito
11 years ago
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.
Report
Tokeiito
11 years ago
Amazing job. Thank you.
Also could you add in future features list integration with konquer/dolphin too?
Report
qacek
11 years ago
Report
moueza
12 years ago
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?
Report
ausadl
12 years ago
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.
Report
alwin
12 years ago
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
Report