Reputation: 213
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?
Upvotes: 11
Views: 74540
Reputation: 1239
Tortoise SVN is Windows only, you can use the command line client, see here for help, or if you want a GUI you could try RabbitVCS or SmartSVN.
To install rabbitvcs: | Update rabbitvcs-nautilus3 to rabbitvcs-nautilus package
sudo add-apt-repository ppa:rabbitvcs/ppa
sudo apt-get update
sudo apt-get install rabbitvcs-nautilus3
Then log out and back in to restart nautilus (or How to restart nautilus without logging out?).
You should then have RabbitVCS items on your right click context menu in the file browser.
Upvotes: 20
Reputation: 1499
Try this:
sudo add-apt-repository ppa:rabbitvcs/ppa
sudo apt-get update
sudo apt-get install rabbitvcs-nautilus
Upvotes: 13