Tech Blog

Subversion plugin for Gnome Nautilus

Posted At : December 30, 2006 9:12 PM 1 Comments

I came across this great tutorial about using plugin scripts in nautilus which got me thinking about how it could be useful. The first thing I came up with was a simple script to do subversion updates.

However, someone has beaten me to it and it's already available and easy to use - here are the instructions for ubuntu:

Install it

sudo apt-get install nautilus-script-collection-svn
Enable it
nautilus-script-manager enable Subversion
Restart nautilus
killall nautilus

Easy as that - you should now have a scripts context menu in nautilus which will give you access to most of the subversion functionality.

Not TortoiseSVN but pretty sweet!

1 Comments

rvdavid 7/3/09 1:40 AM

Great post. Took me a few years to actually be bothered to look something like this up since we either use command line or use the eclipse plugin, but it's a convenience thing.