Does any one know of a good, free, GUI SVN client for Linux?
GUI SVN client for Debian Linux
29.7k Views Asked by Dana AtThere are 9 best solutions below

I've used Subcommander, which worked quite well, although nowadays I usually use Subclipse from within Eclipse along with the command-line.

SmartSVN is very useful. It is shareware, but after 30 days you still can use limited edition and it still remains effective.

Seen a bunch. Officially declare: command line is waaay more effective, and naturally integrates with other GNU utilities. Learn the command line! :) It's free, visual, and very good. And it's simpler than it seems.

And then there's Emacs ;-) Has a number of "visual" clients, or rather, a number of solutions for integrating SVN (and git, hg, bzr, cvs even...).

After following through the list of items, I was disappointed with the quality of the solutions available on Linux.
I discovered through more digging on the net that konquorer had built in some very nice subversion integrations several years ago and I'm quite impressed with the quality.
Note that konqueror requires kde, kdesvn and kompare.
The solution still no where near TortoiseSVN for windows but its still very useful for many usecases and a relief for us Windows to *nix desktop converts.
My current distribution is OpenSuse 13 with KDE.

SVN Workbench is a nice multi-platform tool you should consider. It's written in Python and here's the official homepage: http://pysvn.tigris.org/docs/WorkBench.html
It's available for Linux, Mac and Windows and it's also present in the Ubuntu official repository.