Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to install TortoiseSVN repository in Ubuntu machine?

I have windows and Ubuntu14 running on my machine and I have to switch to Windows to commit code. Is is possible to install TortoiseSVN in my Ubuntu?

like image 997
Bharath Avatar asked Dec 09 '15 09:12

Bharath


1 Answers

Try this:

sudo add-apt-repository ppa:rabbitvcs/ppa
sudo apt-get update
sudo apt-get install rabbitvcs-nautilus
like image 53
devugur Avatar answered Nov 09 '22 04:11

devugur