Linux RabbitVCS GUI does not appear

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/8107813/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-08-05 07:09:58  来源:igfitidea点击:

RabbitVCS GUI does not appear

linuxversion-control

提问by Orn Kristjansson

I installed RabbitVCS on my linux box which went without a hitch. Now I'm having trouble running the thing, I want to bring up the GUI. Naturally I tried rabbitvcs from the command line, then rabbitvcs SVN but no luck ( see output below ). I get usage info, but that didn't seem to help me much. How can I run it in GUI mode ?

I installed RabbitVCS on my linux box which went without a hitch. Now I'm having trouble running the thing, I want to bring up the GUI. Naturally I tried rabbitvcs from the command line, then rabbitvcs SVN but no luck ( see output below ). I get usage info, but that didn't seem to help me much. How can I run it in GUI mode ?

--------------------------------------
flipper@matrix ~ $ rabbitvcs
Usage: rabbitvcs module [path1] [path2] ...

--------------------------------------
flipper@matrix ~ $ rabbitvcs
Usage: rabbitvcs module [path1] [path2] ...

Available Modules

Available Modules

SVN:
about, add, annotate, applypatch, branch, browser, changes, checkmods, checkout, cleanup, commit, createpatch, create, delete, diff, editconflicts, export, ignore, import, lock, log, merge, properties, open, relocate, rename, markresolved, revert, settings, switch, unlock, update, updateto

SVN:
about, add, annotate, applypatch, branch, browser, changes, checkmods, checkout, cleanup, commit, createpatch, create, delete, diff, editconflicts, export, ignore, import, lock, log, merge, properties, open, relocate, rename, markresolved, revert, settings, switch, unlock, update, updateto

Git:
about, add, annotate, applybranch, branches, changes, checkout, clean, clone, commit, createpatch, create, delete, diff, editconflicts, export, ignore, log, merge, open, push, rename, remotes, reset, revert, settings, tags, update

Git:
about, add, annotate, applybranch, branches, changes, checkout, clean, clone, commit, createpatch, create, delete, diff, editconflicts, export, ignore, log, merge, open, push, rename, remotes, reset, revert, settings, tags, update

For module specific help type: rabbitvcs -h

flipper@matrix ~ $ rabbitvcs SVN
flipper@matrix ~ $ rabbitvcs SVN -h
flipper@matrix ~ $

For module specific help type: rabbitvcs -h

flipper@matrix ~ $ rabbitvcs SVN
flipper@matrix ~ $ rabbitvcs SVN -h
flipper@matrix ~ $

采纳答案by Gustav Bertram

As you can see here, RabbitVCS is actually a Nautilus plugin. Try taking a look at your working copy through Nautilus.

As you can see here, RabbitVCS is actually a Nautilus plugin. Try taking a look at your working copy through Nautilus.

It has no separate GUI.

It has no separate GUI.

By the way, I actually tried using it for a while, but I found it somewhat slow and clumsy. I switched to using the SVN and git console commands.

By the way, I actually tried using it for a while, but I found it somewhat slow and clumsy. I switched to using the SVN and git console commands.

I later found that meldactually provides me with a verynice visual diff. It understands SVN and git, but you'll need the very latest version to make the git diff work just right.

I later found that meldactually provides me with a verynice visual diff. It understands SVN and git, but you'll need the very latest version to make the git diff work just right.

回答by Felipe Volpato

I am currently using Opensuse 13.1

I am currently using Opensuse 13.1

My problem was that there was no RABBITVCS menu on nautilus.

My problem was that there was no RABBITVCS menu on nautilus.

When starting Nautilus, I discovered that nautilus clomplaims of not having the "python3-simplejson python-simplejson" libraries.

When starting Nautilus, I discovered that nautilus clomplaims of not having the "python3-simplejson python-simplejson" libraries.

Unfortunately i don't know why the zypper didn't install it when installing rabbitVCS package.

Unfortunately i don't know why the zypper didn't install it when installing rabbitVCS package.

回答by SkorpEN

To me

To me

nautilus -q

nautilus -q

after installation was enough to show up in Ubuntu.

after installation was enough to show up in Ubuntu.

回答by Abhishek

Uninstall rabbitvcs using sudo apt-get purge rabbitvcs*and reinstall it using below command lines on Ubuntu.

Uninstall rabbitvcs using sudo apt-get purge rabbitvcs*and reinstall it using below command lines on Ubuntu.

sudo add-apt-repository ppa:rabbitvcs/ppa
sudo apt-get update
sudo apt-get install rabbitvcs-nautilus
nautilus -q

and close the already opened window and reopen and right click. You will get RabbitVCS SVN, Gitand Hgoption on the screen. It's tested on Ubuntu 18.04 and 16.04.

and close the already opened window and reopen and right click. You will get RabbitVCS SVN, Gitand Hgoption on the screen. It's tested on Ubuntu 18.04 and 16.04.