SVN client RabbitVCS-2 in Linux

Source: Internet
Author: User
Tags svn client tortoisesvn

As we all know, since SVN's debut, many people have predicted that CVS will be replaced by it. Just as they predicted that Maven would replace Ant. Visible, SVN's popularity. In Windows, the most commonly used open source free SVN client is tortoisesvn (the Little turtle we see). In Windows, TortoiseSVN is paired with VisualSVN server (the Free SVN Server Management tool), which makes it easy for developers to build a repository of projects.

In Linux, the SVN client that we use most often may be esvn. It's also open source, free. But its usage is completely different from the Little Turtle TortoiseSVN on windows, and the graphical interface of the client software is somewhat dull and even "ugly" in Linux. The power of open source is strong. Rabbitvcs is an open source, free, tortoisesvn-like SVN client software that supports many Linux systems. It operates in almost the same way as using TortoiseSVN in Windows, and common operations are integrated into the right mouse button.

The more important point is: ESVN when the update code, location can not appear in Chinese, otherwise cannot update. Rabbitvcs, however, has no such limitation.

Installation method can refer to the official website: Http://wiki.rabbitvcs.org/wiki/install/ubuntu, the following steps:

1. Add Rabbitvcs to Ubuntu source

Execute: sudo gedit/etc/apt/sources.list, added at its last:

Deb Http://ppa.launchpad.net/rabbitvcs/ppa/ubuntu Karmic Main

2. Update Ubuntu system

Execute: sudo apt-get update source, if a public key fails to import, execute the following code:

sudo apt-key adv–keyserver keyserver.ubuntu.com–recv-keys 34ef4a35

sudo apt-get update

3. Installing Rabbitvcs

sudo apt-get install rabbitvcs-cli rabbitvcs-core rabbitvcs-gedit rabbitvcs-nautilus rabbitvcs-thunar Thunarx-python

4. Restart Nautilus

Execution: Nautilus-q

This way, you can click the right mouse button and the Rabbitvcs operation options will appear.

Ubuntu-shaped Interface svn client-rabbitvcs installation http://www.linuxidc.com/Linux/2012-02/55071.htm

Problem handling:

My system is Ubuntu 12.04 LTS.

Open the terminal and execute the following command:
sudo add-apt-repository ppa:rabbitvcs/ppa
sudo apt-key adv--keyserver keyserver.ubuntu.com--recv-keys 34ef4a35
sudo apt-get update
sudo apt-get install rabbitvcs-cli rabbitvcs-core Rabbitvcs-gedit rabbitvcs-nautilus Rabbitvcs-thunar thunarx-python

There will be the following error:
Some packages could not be installed. This may mean.
Requested an impossible situation or if you are using the unstable
Distribution that some required packages has not yet been created
Or been moved out of Incoming.
The following information to resolve the situation:
The following packages has unmet dependencies:
Rabbitvcs-nautilus:depends:nautilus (< 1:3.0~) but 1:3.4.2-0ubuntu8 was to be installed
Depends:python-nautilus (< 1.0~) but 1.1-3 was to be installed
Rabbitvcs-thunar:depends:thunarx-python (>= 0.3.0) but 0.2.0-1~precise was to be installed
E:unable to correct problems and you have held broken packages.

The reason is rabbitvcs-nautilus and Rabbitvcs-thunar, these two can't install!
The former, can be replaced with Rabbitvcs-nautilus3 , the latter has no way, can only not install it!

Shut down the virtual machine, and then restart, using the Rabbitvcs svn function in the right mouse button menu, the general report the following error:
SSL Handshake Failed:ssl Error:key usage violation in certificate have been detected.
See online said, with the following command, you can eliminate the above error:
sudo mv/usr/lib/libneon-gnutls.so.27/usr/lib/libneon-gnutls.so.27.old
sudo ln-s/usr/lib/libneon.so.27/usr/lib/libneon-gnutls.so.27

But I do not, and later found that libneon.so.27 does not exist, so the first to install it:
[Email protected]:~$ sudo apt-get install libneon27
After installation, then execute the above command, then, RABBITVCS will be available!
(Try the next Rabbitvcs-thunar, still can't install!) You can use it! )

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.