{"id":13483185,"url":"https://github.com/rabbitvcs/rabbitvcs","last_synced_at":"2025-12-17T02:06:38.076Z","repository":{"id":13979647,"uuid":"16680466","full_name":"rabbitvcs/rabbitvcs","owner":"rabbitvcs","description":"The new home of rabbitvcs","archived":false,"fork":true,"pushed_at":"2025-01-04T01:25:29.000Z","size":4755,"stargazers_count":378,"open_issues_count":134,"forks_count":114,"subscribers_count":30,"default_branch":"master","last_synced_at":"2025-01-04T02:31:35.884Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://rabbitvcs.org","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"CloCkWeRX/rabbitvcs-svn-mirror","license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rabbitvcs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-02-10T01:09:49.000Z","updated_at":"2025-01-04T01:25:34.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/rabbitvcs/rabbitvcs","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rabbitvcs%2Frabbitvcs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rabbitvcs%2Frabbitvcs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rabbitvcs%2Frabbitvcs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rabbitvcs%2Frabbitvcs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rabbitvcs","download_url":"https://codeload.github.com/rabbitvcs/rabbitvcs/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245854866,"owners_count":20683428,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-07-31T17:01:08.900Z","updated_at":"2025-12-17T02:06:37.466Z","avatar_url":"https://github.com/rabbitvcs.png","language":"Python","readme":"RabbitVCS\n=========\n\nRabbitVCS is a set of graphical tools written to provide simple and \nstraightforward access to the version control systems you use. We currently\nsupport Subversion and Git on a variety of clients such as Nautilus, Thunar,\nNemo, Caja, PCManFM-Qt and on the command line.\n\n\nSystem Requirements\n-------------------\n* gtk               \u003e= 3.0\n* python-configobj  \u003e= 4.4.0\n* python-gobject    \u003e= 2.14\n\nFor subversion:\n* python-svn \u003e= 1.7.2\n* subversion \u003e= 1.4.6\n\nFor git:\n* dulwich \u003e= 0.19.0\n* git\n* tkinter (for now, newer versions of ubuntu this is called python-tk)\n\nFor spell checking of commit messages (optional):\n* python-gtkspell (newer versions of ubuntu, this is called python-gtkspellcheck)\n* hunspell langpacks\n\nFor syntax highlighting (optional):\n* python-pygments\n\nRecommends:\n* meld (graphical diff tool)\n\n\nFor Debian-based distros you can run: \n```\n# apt-get install python3-configobj python3-gtkspellcheck python3-svn subversion python3-dulwich python3-pygments git meld python3-tk\n```\n\nFor Fedora-based distros you can run:\n```\n# dnf install python[23]-nautilus python[23]-pysvn python[23]-configobj python[23]-dbus python[23]-dulwich python[23]-tkinter python[23]-gtkspell3 python[23]-pygments subversion git meld\n```\n\nManual Installation\n-------------------\nNote that you will require superuser rights in order to install RabbitVCS.\nExecute the following as root or using sudo:\n```\n# python setup.py install\n```\n\nOn Ubuntu or Debian-based distros, instead run:\n```\n# python setup.py install --install-layout=deb\n```\n\nOnce this is run, make sure you install one or more client below.\n\nNote\n----\n\nPlease note that if there is a `PYTHON` environment variable it will be used\nas a Runtime environtment for the rabbitvcs module. For example, if `PYTHON`\npoints to Python3, then the code in the rabbitvcs module will should be located\nin the Python 3 module search path.\n\n\nClients\n-------\nRabbitVCS is the core library and set of dialogs, but you interact with them\nthrough our clients. Each client needs to be purposefully installed and has\nits own README. Here is a list of our currently working clients:\n\n * [Nautilus](https://github.com/rabbitvcs/rabbitvcs/tree/master/clients/nautilus)\n * [Thunar](https://github.com/rabbitvcs/rabbitvcs/tree/master/clients/thunar)\n * [Nemo](https://github.com/rabbitvcs/rabbitvcs/tree/master/clients/nemo)\n * [Caja](https://github.com/rabbitvcs/rabbitvcs/tree/master/clients/caja)\n * [PCManFM-Qt](https://github.com/rabbitvcs/rabbitvcs/tree/master/clients/pcmanfm-qt)\n * [Command Line](https://github.com/rabbitvcs/rabbitvcs/tree/master/clients/cli)\n\nWe have some others as well that are either incomplete, experimental\nor non-working.\n[Check them out!](https://github.com/rabbitvcs/rabbitvcs/tree/master/clients)\n\n\nUpgrade\n-------\nTo upgrade an existing version manually, copy the contents of the repository\nto the rabbitvcs lib folder. Most likely it is located at\n`/usr/lib/pymodules/python2.7/rabbitvcs`. In case of Debian-based distros this\nis will be `/usr/lib/python2.7/dist-packages/rabbitvcs`.\nFor Fedora-based distros on 64-bit make sure to check `/usr/lib64`.\n\n\nReferences\n----------\nHomepage: http://www.rabbitvcs.org\n","funding_links":[],"categories":["\u003ca id=\"tag-dev\" href=\"#tag-dev\"\u003eDev\u003c/a\u003e","Applications","Python","应用"],"sub_categories":["\u003ca id=\"tag-dev.scm\" href=\"#tag-dev.scm\"\u003eSCM\u003c/a\u003e","Development","开发"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frabbitvcs%2Frabbitvcs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frabbitvcs%2Frabbitvcs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frabbitvcs%2Frabbitvcs/lists"}