17

I have installed rabbitvcs with apt-get, but nothing appears when I right-click on a versioned folder.

  • I've tried logging out and even restarting.

What am I missing?

Seth
  • 59,332
Manu
  • 703

2 Answers2

22

I got it to work using the ppa, not the official repos :

sudo add-apt-repository ppa:rabbitvcs/ppa

#don't forget
sudo apt-get update

sudo apt-get install rabbitvcs-nautilus3

... I don't know what's in the official repositories, but it doesn't work.

and you will need to re-read the nautilus config

ps auxw|grep nautilus
kill -HUP <processid>

or just log out and back in again.

Jorge Castro
  • 73,717
Manu
  • 703
0

One work around, if you are using Pycharm (community edition) like me, is to move the files/folders within the IDE and commit via versioning tool of the IDE.

enter image description here

Nam G VU
  • 2,378