I've been wondering if there's an SVN client for Ubuntu (10.04 lucid lynx) in Gnome (not kdesvn since it's for kde) with context menu, so if you right-click on an SVN repository you have the options to branch and what-not (just like tortoise SVN on windows)..

thank you.

link|improve this question

50% accept rate
feedback

3 Answers

up vote 4 down vote accepted

I'd recommend RabbitVCS - it works pretty much the same way as Tortoise SVN by adding status icons to files/folders as well as SVN actions to the right-click context menu in Nautilus.

To install RabbitSVN on Ubuntu, you will need to launch the terminal and type:

sudo add-apt-repository ppa:rabbitvcs

Then:

sudo apt-get update && sudo apt-get install rabbitvcs-nautilus

You may need to log out/in so that nautilus is restarted and RabbitVCS shows.

link|improve this answer
Beautiful, thank you. – Asaf Jun 8 '10 at 20:09
1  
You can restart nautilus in terminal by typing sudo killall nautilus. Gnome restarts nautilus afterwards. Thanks for the heads up on the client! – NielsBjerg Mar 1 '11 at 18:40
feedback

i've been using kdesvn...it is pretty and easy to use

link|improve this answer
feedback

You could try SVN workbench.. It's not exactly like Tortoisesvn, but it's quite nice IMHO.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.