I've found a solution for this issue, please do the following: ## First install official release from Ubuntu repositories: ##
sudo apt install rabbitvcs-nautilus ## Now let's install some dependencies in order to rebuild rabbitvcs from sources: ## sudo apt install python-configobj python-gobject python-gtkspellcheck python-svn subversion python-dulwich python-pygments git meld ## Get source code, build and install it! ## git clone https://github.com/rabbitvcs/rabbitvcs.git cd rabbitvcs sudo python setup.py install --install-layout=deb ## Now Let's copy RabbitVCS python script to nautilus, so it will appears on nautilus context menu: ## cd clients/nautilus/ sudo mkdir -p /usr/share/nautilus-python/extensions/ sudo cp RabbitVCS.py /usr/share/nautilus-python/extensions/RabbitVCS.py ## Restart any nautilus still opened ## PLEASE FINISH ANY JOB FIRST nautilus -q pgrep -f service.py | xargs kill ## TESTING ## nohup nautilus > /dev/null & -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1828927 Title: RabbitVCS compare revisions in SVN doesn't work To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/rabbitvcs/+bug/1828927/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
