📜 ⬆️ ⬇️

GUI SVN client for Linux

Good time, dear Khabrovtsy 8)
I stumbled recently, on the vast expanses, on a very useful and long-awaited thing. What kind of thing - read the subject.

All this looks like the well-known TortoiseSVN for Windows. Only called RabbitVCS and already for Linux.
If you do not believe, see screenshots :)
image

image

image
')
image

Forgive me for not having done my screenshots, but honestly took them off. site. Which, by the way, can be found here: rabbitvcs.org

This miracle is written using python (which is not surprising). It works quickly enough ...

I am currently using Ubuntu 9.10 Karmic. Therefore, just in case, I will describe how this miracle is put on the above described system.

1. Open /etc/apt/sources.list
sudo nano /etc/apt/sources.list

2. At the very bottom, add 2 lines.
deb ppa.launchpad.net/rabbitvcs/ppa/ubuntu karmic main
deb-src ppa.launchpad.net/rabbitvcs/ppa/ubuntu karmic main


3. Add the necessary key to the system so that you can pick up and install packages from ppa.launchpad.net
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 34EF4A35
I draw your attention that the numbers used are correct, and you need to use them.

4. Update the list of packages
sudo apt-get update

5. Install the package itself
sudo apt-get install rabbitvcs

Package and dependencies - swing. Put. After installation, you are asked to restart the nautilus - agree.
At the end of everything we launch nautilus and lo and behold! By clicking the right button - a long-awaited menu item appeared :)

Good luck with the installation.
Once again I remind off. website: rabbitvcs.org
Link to download immediately: wiki.rabbitvcs.org/wiki/download
Link to the installation manual for all ubunt: launchpad.net/~rabbitvcs/+archive/ppa

And of course ... Enjoy! ;)

PS After the restart of the nautilus, the icons on the desktop may disappear, which can be treated by restarting X's.

Source: https://habr.com/ru/post/77967/


All Articles