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.
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.
nice tutorial..really helpful ..thanks
ReplyDeleteThank you Sarthi..:)
ReplyDelete