views:

290

answers:

7

Does any one know of a good, free, visual SVN client for Linux?

+2  A: 

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

ZoogieZork
+5  A: 

KDESVN A feature-rich client with great history and revision views, annotated code views showing who changed each line of code and when it was changed, and 3D graphical views of branching and merging among trees. Written in C++ with Qt, but using KDE libraries (which are somewhat troublesome to get on Windows).

RabbitVCS A Python extension to integrate Subversion functionality into the Nautilus File Manager, basically as a clone of the TortoiseSVN project on Windows. —Wikipedia

Joey
+1  A: 

RapidSVN is a pretty decent multi-platform client.

Amber
A: 

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

Pawka
A: 

If you consider vim to be visual, then you can get the vcscommand plugin.

alt text

brianegge
A: 

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.

Ivan Krechetov
A: 

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...).

jae