Friday 17 January 2014

Install rabbitvcs, SVN client simillar to tortoiseSVN on Windows

If you are a UBUNTU fan and looking for a svn client, rabbitvcs is a solution. Although I faced some issue while trying to install directly from repository, the nautilus was not showing on right click, after some trial, finally I could set up and installed from the source code by following the steps mentioned below
  1. sudo apt-get install python-nautilus python-configobj python-gtk2 python-glade2 python-svn python-dbus python-dulwich subversion meld gconf-edit
  2. sudo apt-get install python-nautilus python-configobj python-gtk2 python-glade2 python-svn python-dbus python-dulwich subversion meld 
  3. wget http://rabbitvcs.googlecode.com/files/rabbitvcs-0.15.2.tar.bz2
  4. tar jxvf rabbitvcs-0.15.2.tar.bz2
  5. cd rabbitvcs-0.15.2/
  6. sudo python setup.py install --install-layout=deb
  7. cd clients/nautilus-3.0
  8. sudo cp RabbitVCS.py /usr/share/nautilus-python/extensions/

your are done now !!