Search Criteria
Package Details: rabbitvcs 0.19-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/rabbitvcs.git (read-only, click to copy) |
---|---|
Package Base: | rabbitvcs |
Description: | A project with the goal of developing a collection of utilities to allow for better client integration with some of the popular version control systems (core) |
Upstream URL: | https://github.com/rabbitvcs/rabbitvcs |
Licenses: | GPL |
Submitter: | None |
Maintainer: | gilcu3 |
Last Packager: | gilcu3 |
Votes: | 115 |
Popularity: | 0.000000 |
First Submitted: | 2009-10-06 23:38 (UTC) |
Last Updated: | 2023-07-19 09:45 (UTC) |
Dependencies (11)
- git (git-gitAUR, git-glAUR)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR)
- python-configobj
- python-dulwich
- python-gobject (python-gobject-gitAUR)
- python-gtkspellcheckAUR
- python-pysvnAUR
- python-simplejson
- tk (tk-fossilAUR)
- python-setuptools (make)
- meld (meld-gitAUR) (optional) – graphical diff viewer
Latest Comments
1 2 3 4 5 6 Next › Last »
class101 commented on 2021-12-21 17:24 (UTC) (edited on 2021-12-21 17:29 (UTC) by class101)
Based on the low popularity I think I’m not the only one who abandoned rabbit.
One thing not very well known is that Git supports Svn out of the box, so basically you can work locally in Git and when you will push, git will convert to Svn.
https://git-scm.com/docs/git-svn
This gives the big advantage that you can use the modern Git client such as SublimeMerge to work with Svn
https://www.sublimemerge.com
I also made a topic some years ago showing how to add The git-svn commands into SublimeMerge
https://forum.sublimetext.com/t/sublimemerge-with-git-svn-is-amazing-need-a-bit-more-support/49494
Adopt this, you will love.
hoschi commented on 2020-08-26 13:58 (UTC) (edited on 2020-08-26 13:59 (UTC) by hoschi)
Can we add this fix to the package. Without it you cannot switch between branches, when using Subversion. So it's a kind of showstopper.
class101 commented on 2019-11-19 10:21 (UTC) (edited on 2019-11-19 10:25 (UTC) by class101)
Found a solution for Nemo
pysvn rebuilt did not fixed under nemo, I also attempted to rebuild all the lib below, no go:
python-configobj
python-dulwich
python-gobject (python-gobject-git)
python-gtkspellcheck
python-pysvn
python-simplejson
I even attempted to rebuild nemo-python from git, without success
I finally got it working checking out nemo-extensions from git directly
cd /tmp
git clone https://aur.archlinux.org/nemo-extensions-git.git
cd nemo-extensions-git
makepkg -si
Will remove the Out of date flag as it seems related to the integration of rabbitvcs rather than rabbit itself
Teddytrombone commented on 2019-11-19 05:13 (UTC)
The solution for me was to reinstall python-pysvn
Traceback (most recent call last): File "/usr/share/nautilus-python/extensions/RabbitVCS.py", line 71, in <module> import pysvn ModuleNotFoundError: No module named 'pysvn'
class101 commented on 2019-11-15 12:58 (UTC) (edited on 2019-11-15 16:00 (UTC) by class101)
Anybody as rabbitvcs stopped working after python 3.8.0 upgrade from 3.7.0 ?
Rebuilt python-gtkspellcheck that was linked to 3.7.0 -> no go
Uninstalled all rabbitvcs-* packages Reinstalled them
Still no go.
So I flag this outdated until someones finds a solution.
szmaszmo commented on 2019-03-20 21:51 (UTC)
Somehow this new rabbitvcs 0.17 version causes double commander (doublecmd 0.9.1 beta build 8664 from arch repo, and newer too) to hang together with entire Plasma on current Manjaro - manjaro-kde-18.0.4-stable-x86_64 (by right click, even by closing). The only line I can read from stdout is: org.freedesktop.DBus.Error.BadAddress: Server address of type unix was missing argument path or abstract Research with systemd did not lead me to anything more. The only option to get out of this, is to kill doublecmd on another terminal. Annoyingly rabbitvcs 0.16 works fine, but it is no longer option in AUR.
Eugene.Krasovsky commented on 2017-11-02 11:28 (UTC)
MartinDiehl commented on 2017-09-20 12:56 (UTC)
1 2 3 4 5 6 Next › Last »