Sep 15
Easy Subversion GUI for Nautilus and Ubuntu
Just about every software project uses some sort of versioning control system, and subversion is arguably the most popular tool. Having your files versioned and backed up in a central repository is essential. I’ve written about how to set up your own subversion repository, but you can go a step further and install a graphical interface to use subversion right within Nautilus.
Installing and setting up the subversion GUI is as simple as three commands.
- Install the nautilus-script-collection-svn package:
sudo aptitude install nautilus-script-collection-svn
- Enable the plugin (this is required to access the plugin from nautilus):
nautilus-script-manager enable Subversion
- Restart Nautilus:
killall nautilus
Afterwards, Nautilus will have a new entry in the context menu when you right click. You can now access most basic subversion commands without touching a terminal.
The interface isn’t quite as pretty as some Windows clients, such as TortoiseSVN. However, it is still a nice alternative for users who prefer a GUI and only need basic functionality. There doesn’t seem to be any support for merges, and other commands will use the default parameters.




September 15th, 2008 at 4:53 pm
[...] Update: Actually, it’s a little bit tricky to get the Nautilus plugin working. If you’re having trouble, check out these instructions to enable SVN access in Nautilus. [...]
March 15th, 2009 at 1:34 pm
I tried to checkout and it doesn’t show checkout progress.
i just have to wait till my project is checkedout !!
August 15th, 2009 at 4:53 pm
Have you seen this:
http://code.google.com/p/nautilussvn/
It’s almost the same as TortoiseSVN.