Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

GUI SVN client for Debian Linux [closed]

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

like image 294
Dana Avatar asked Dec 17 '09 06:12

Dana


People also ask

Is there a GUI for SVN?

TortoiseSVN is a Subversion client. It is a GUI client for Windows. It is based on the open source Apache Subversion (SVN) codebase.

Does TortoiseSVN work on Linux?

TortoiseSVN is not available for Linux but there are some alternatives that runs on Linux with similar functionality. The best Linux alternative is SmartSVN, which is free.

What is SmartSVN used for?

SmartSVN Professional allows committing changes to externals (nested working copies), giving you the choice between providing one commit message for all affected repositories and providing individual commit messages for each. You don't have to select the external's root directory like in other SVN clients.


2 Answers

RapidSVN is a pretty decent multi-platform client.

like image 135
Amber Avatar answered Oct 26 '22 18:10

Amber


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

Unfortunately, the developer of KDESVN stopped the development and is shutting down its track website in summer 2012 (EDIT: he resumed development of maintenance releases in June 2012).

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

like image 31
Joey Avatar answered Oct 26 '22 17:10

Joey