How to install visual SVN in Ubuntu 14.04
Install visual SVN Process notes in Ubuntu 14.04. First open the terminal
1. sudo add-apt-repository ppa: rabbitvcs/ppa
Click ubuntu under the http://wiki.rabbitvcs.org/wiki/download address above to find
2. Open the/etc/apt/sources. list file and add the deb http://ppa.launchpad.net/rabbitvcs/ppa/ubuntu karmic main.
3. sudo apt-key adv -- keyserver keyserver.ubuntu.com -- recv-keys 34EF4A35 (this step can be omitted)
4. sudo apt-get update
5. sudo apt-get install rabbitvcs-cli rabbitvcs-core rabbitvcs-gedit rabbitvcs-nautilus rabbitvcs-thunar
Thunarx-python
6. Restart your computer and right-click the file to view the version that is the same as windows!
Note: you do not need to restart your computer. Run the command nautilus-q in terminal to restart Nautilus to use rabbitvcs.
Note:
An error is prompted when the installation is completed in Step 1:
Bkjia.com @ bkjia :~ /Startech_pdu/fw/dir-struct $ sudo apt-get install rabbitvcs-cli rabbitvcs-core rabbitvcs-gedit rabbitvcs-nautilus rabbitvcs-thunar thunarx-python
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages cocould not be installed. This may mean that you have
Requested an impossible situation or if you are using the unstable
Distribution that some required packages have not yet been created
Or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
Rabbitvcs-nautilus: Depends: nautilus (<1: 3. 0 ~) But. 2.1-0ubuntu4. 2 is to be installed
Depends: python-nautilus (<1.0 ~) But 1.0-0ubuntu2 is to be installed
E: Unable to correct problems, you have held broken packages.
Bkjia.com @ bkjia :~ /Startech_pdu/fw/dir-struct $
After google search, found that someone has encountered such a problem, and there is a solution: http://groups.google.com/group/rabbitvcs-activity/browse_thread/thread/eb73a94c6b4c84f5
The solution is to change rabbitvcs-nautilus to rabbitvcs-nautilus3.
To determine whether the system uses nautilus or nautilus3, open a folder and view the About in help;
My system is Ubuntu 14.04. The result of checking the About in help is: Nautilus 3.2.1;
Set up SVN server svn in Ubuntu 14.04 ://
CentOS 6.2 SVN setup (YUM installation)
Deploy Apache + SVN in CentOS 6.5
Build an SVN server using Apache + SVN
Set up and use the SVN server in Windows + reset the password on the client
Install SVN in Ubuntu Server 12.04 and migrate Virtual SVN data
Build svn service and migration method on Ubuntu Server