Under Windows used to tortoisesvn this little turtle, to Ubuntu under the command line is not accustomed to the SVN, so after a look to install Rabbitvcs This svn graphical front-end tool (official website:/http rabbitvcs.org/), interface and function can be said almost and tortoisesvn exactly the same, and Nautilus integration degree is very high, right-click menu, folder icon and so on use habit one does not fall! And there are features like Git, which is definitely the best alternative.
Don't say much nonsense, start installing!
In the terminal, enter the following command to add the source:
sudo add-apt-repository Ppa:rabbitvcs/ppa
sudo apt-key adv--keyserver keyserver.ubuntu.com--recv-keys 34ef4a35
The second sentence is to install key, if the first sentence has been installed after the execution, you can skip.
Next, update apt to install the dependent packages:
sudo apt-get update
sudo apt-get install python-nautilus python-configobj python-gtk2 python-glade2 python-svn python-dbus Python-dulwich Subversion meld
When the above preparation is complete, install the package:
sudo apt-get install rabbitvcs-cli rabbitvcs-core rabbitvcs-gedit rabbitvcs-nautilus3 rabbitvcs-thunar Thunarx-python
Finally exit Nautilus to make the plugin effective:
Nautilus-q
This completes the installation of a perfect SVN tool.
The latest installation tutorials, refer to:
Http://wiki.rabbitvcs.org/wiki/install/ubuntu
Ubuntu installs Rabbbitvcs (Graphical SVN management tool)-Ubuntu also has TORTOISESVN