Archive for the tag 'linux'

Integrasi SVN dengan Nautilus [Ubuntu]

Lagi males nulis, jadi sekedar copy paste aja, sedikit tutorial yang bermanfaat tentang integrasi SVN dengan Nautilus di Ubuntu. Dengan script subversion di tutorial ini semoga bisa menggantikan software SVN “TortoiseSVN” yang berjalan mulus di Winduz, meskipun tidak selengkap dan sebaik TortoiseSVN.

I saw a post by Christer Edwards over at ubuntu-tutorials.com that got me going in this direction. Here’s how I added svn functionality to nautilus. Enjoy!

In a terminal -

sudo aptitude search nautilus-script

p   nautilus-script-audio-convert   - A nautilus audio converter script
p   nautilus-script-collection-svn  - Nautilus subversion management scripts
p   nautilus-script-debug           - Simple nautilus debugging script
p   nautilus-script-manager         - A simple management tool for nautilus scripts

sudo apt-get install nautilus-script-collection-svn

The following NEW packages will be installed:
nautilus-script-collection-svn nautilus-script-manager

nautilus-script-manager

Usage: nautilus-script-manager {enable script-name|disable script-name|list-enabled|list-available}

nautilus-script-manager list-available

Subversion

nautilus-script-manager enable Subversion

Please restart nautilus to get an updated menu. (I didn’t need to restart nautilus, YMMV)