English 中文(简体)
GUI SVN client for Debian Linux [closed]
原标题:

We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.

Closed 7 years ago.

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

最佳回答

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

问题回答

RapidSVN is a pretty decent multi-platform client.

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.

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

alt text
(source: vim.org)

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

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

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.

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.





相关问题
Signed executables under Linux

For security reasons, it is desirable to check the integrity of code before execution, avoiding tampered software by an attacker. So, my question is How to sign executable code and run only trusted ...

encoding of file shell script

How can I check the file encoding in a shell script? I need to know if a file is encoded in utf-8 or iso-8859-1. Thanks

How to write a Remote DataModule to run on a linux server?

i would like to know if there are any solution to do this. Does anyone? The big picture: I want to access data over the web, using my delphi thin clients. But i´would like to keep my server/service ...

How can I use exit codes to run shell scripts sequentially?

Since cruise control is full of bugs that have wasted my entire week, I have decided the existing shell scripts I have are simpler and thus better. Here is what I have so far svn update /var/www/...

Good, free, easy-to-use C graphics libraries? [closed]

I was wondering if there were any good free graphics libraries for C that are easy to use? It s for plotting 2d and 3d graphs and then saving to a file. It s on a Linux system and there s no gnuplot ...

热门标签