Visual SVN client for Debian Linux [closed]

江枫思渺然 提交于 2019-12-21 07:57:31

问题


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


回答1:


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




回答2:


RapidSVN is a pretty decent multi-platform client.




回答3:


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




回答4:


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.




回答5:


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


(source: vim.org)




回答6:


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




回答7:


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




回答8:


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.




回答9:


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.



来源:https://stackoverflow.com/questions/1919912/visual-svn-client-for-debian-linux

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!