SVN Installation on ubuntu
- Ankur Desa
- Jun 11, 2016
- 1 min read
Pre-requisites:
You can install from our PPA, our tarball archive, or directly from our Subversion repository. Users new to Ubuntu should use the PPA option.
Code:
sudo add-apt-repository ppa:rabbitvcs/ppa
Adding the PPA
Karmic and later
Code:
sudo add-apt-repository ppa:rabbitvcs/ppa
Hardy, Intrepid and Jaunty
Add the following line to your /etc/apt/sources.list file (signing key=1024R/34EF4A35):
Code:
deb http://ppa.launchpad.net/rabbitvcs/ppa/ubuntu **DISTRIBUTION** main
Step 1:
Code:
sudo apt-get update
Step 2
Code:
sudo apt-get install «packages»
…where packages are
rabbitvcs-nautilus3 for the Nautilus 3.x extension (use this for Ubuntu 11.10, Oneiric Ocelot)
rabbitvcs-nautilus for the Nautilus 2.x extension
rabbitvcs-thunar for the Thunar extensions
rabbitvcs-gedit for the GEdit extension
rabbitvcs-cli for the command line launcher
NOTE:
If you are using the Xubuntu distro, then you probably only have Thunar installed (without Nautilus).
Besides rabbitvcs-thunar andrabbitvcs-cli, you also need to install an extra package.
thunar-vcs-plugin hopefully, this will included as a dependency for rabbitvcs-thunar in the future
After installation is complete, logout and log back in for changes to take effect
Optional if above steps not working:
Code:
$ sudo apt-get update
$ sudo apt-get install rabbitvcs-nautilus3
# Optional
$ sudo apt-get install rabbitvcs-gedit
$ sudo apt-get install rabbitvcs-cli
Step 3:
Code:
sudo ln -sf /usr/lib/x86_64-linux-gnu/libpython2.7.so.1.0 /usr/lib/
sudo ln -sf /usr/lib/x86_64-linux-gnu/libpython2.7.so.1 /usr/lib/
Step 4:
Code:
chown -R $USER:$USER ~/.config/rabbitvcs
Change access rights to your local RabbitCVS configuration folder. It did not worked until I did this, so
previous steps might not be needed. If you try let me know please.
Result:

Note:
Under Windows the URL is as follows:
svn:\\192.168.1.xx
under ubunutu rabbitSVN the syntax is
svn://192.168.1.xx
Komentáře