How to configure SVN in Ubuntu 14.04

According to your 32 and 64-Bit versions you can follow below steps for installing svn client in ubuntu os

Step1- sudo apt-get update

Step2- sudo add-apt-repository ppa:rabbitvcs/ppa and press enter to continue.
Step3- sudo gedit /etc/apt/sources.list
Step4- Add these two urls in this list.

           deb http://ppa.launchpad.net/rabbitvcs/ppa/ubuntu precise main
           deb-src http://ppa.launchpad.net/rabbitvcs/ppa/ubuntu precise main

Step5- sudo apt-get update
Step6- sudo apt-get install rabbitvcs-core
Step7- sudo apt-get install rabbitvcs-cli
Step8- sudo apt-get install rabbitvcs-nautilus3
Step9- sudo apt-get install rabbitvcs-gedit

after that restart your machine and now you have svn.



Comments

Post a Comment

Popular posts from this blog

How to upload bulk Email alias in Google Workspace

Deploying App through AWS EKS by using ingress and fargate

How to save git token key to avoid again and again put manually