RabbitVCS: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
Dark ixion (talk | contribs)
Bump release to 0.13
 
(41 intermediate revisions by 32 users not shown)
Line 1: Line 1:
__NOTOC__
{{Infobox Software
{{Infobox Software

| name = RabbitVCS
| logo = [[File:Rabbitvcs.svg|100px]]
| logo = Rabbitvcs.svg
| screenshot = [[File:RabbitVCS_screenshot.png|220px]]
| screenshot = RabbitVCS screenshot.png
| caption =
| caption = Screenshot of RabbitVCS
| collapsible = No
| developer = Bruce van der Kooij, Adam Plumb, Jason Heeris, Jason Field
| developer = Bruce van der Kooij, Adam Plumb, Jason Heeris, Jason Field
| programming language = [[Python (programming language)|Python]], [[PyGTK]]
| latest release version = 0.13
| released = {{Start date and age|2009|02|17|df=yes}}<ref>{{cite web |url=http://blog.rabbitvcs.org/archives/37 |title=Release announcement for v0.12 ALPHA|publisher=Site oficial do RabbitVCS |date=February 17, 2009 |accessdate=July 17, 2014}}</ref>
| latest release date = {{release date|2010|02|10}}
| platform =
| operating system = [[Linux]]
| operating system = [[Linux]]
| genre = Verson control system client
| language =
| license = [[GNU General Public License]] (version 2)
| genre = [[Version control]]
| website = http://rabbitvcs.org
| license = [[GPLv2]]
| website = {{URL|rabbitvcs.org}}
}}
}}


RabbitVCS is a graphical front-end for version control systems available on Linux. It integrates into file managers to provide file context menu access to version control repositories. The project was originally called NautilusSvn, but due to the desire to support file managers in addition to [[Nautilus (file manager)|Nautilus]] and more version control systems, it was renamed to RabbitVCS. The interface was inspired by [[TortoiseSVN]], recognisable by the file manager shell integration, which is available on both Nautilus and [[Thunar]] in the case of RabbitVCS. Unlike TortoiseSVN, which only provides functionality for [[Subversion (software)|Subversion]], RabbitVCS aims to eventually support multiple version control systems including [[Git (software)|Git]] and [[Mercurial]].
'''RabbitVCS''' is a graphical front-end for version control systems available on Linux. It integrates into file managers to provide file [[context menu]] access to version control repositories. The project was originally called NautilusSvn,<ref>{{cite web |url=https://code.google.com/p/nautilussvn/ |title=Google Code - NautilusSVN |website=Google Code - NautilusSVN |accessdate=July 17, 2014}}</ref> but due to the desire to support file managers in addition to [[Nautilus (file manager)|Nautilus]] and more version control systems, it was renamed to RabbitVCS (Version Control System<ref>{{cite web |url=http://wiki.rabbitvcs.org/wiki/support/faq |title=RabbitVCS - Frequently Asked Questions (FAQ) |website=Official RabbitVCS website |accessdate=July 17, 2014}}</ref>).

The interface was inspired by [[TortoiseSVN]], recognisable by the file manager shell integration, which is available on Nautilus and [[Thunar]] in the case of RabbitVCS. It can also integrate into [[Gedit]] or run independently on the command line.

Note however the Thunar integration does not support SVN status marks (otherwise known as "emblems") on file icons.

== Git ==
As of release 0.14 Beta 1,<ref name="gitbetaannounce">{{cite web |url=http://blog.rabbitvcs.org/archives/247 |title=Release announcement for RabbitVCS v0.14 BETA1!|publisher=RabbitVCS blog |date=2010-11-27 |accessdate=2010-11-29}}</ref> [[Git (software)|Git]] version control is also supported. Under active development on github https://github.com/rabbitvcs/rabbitvcs.

==References==
{{Reflist}}


== External links ==
== External links ==
* [http://rabbitvcs.org/ Offical RabbitVCS site]
* {{Official website|http://rabbitvcs.org}}
<!-- * {{Under active development on github|https://github.com/rabbitvcs/rabbitvcs/network}} -->
* [http://code.google.com/p/rabbitvcs Google Code Project for RabbitVCS]


[[Category:Subversion]]
[[Category:Git (software)]]
[[Category:Linux software]]
[[Category:Apache Subversion]]
[[Category:Version control GUI tools]]

Latest revision as of 18:55, 22 December 2021

RabbitVCS
Developer(s)Bruce van der Kooij, Adam Plumb, Jason Heeris, Jason Field
Initial release17 February 2009; 15 years ago (2009-02-17)[1]
Stable release0.19 (July 19, 2023 (2023-07-19)) [±]
Written inPython, PyGTK
Operating systemLinux
TypeVersion control
LicenseGPLv2
Websiterabbitvcs.org

RabbitVCS is a graphical front-end for version control systems available on Linux. It integrates into file managers to provide file context menu access to version control repositories. The project was originally called NautilusSvn,[2] but due to the desire to support file managers in addition to Nautilus and more version control systems, it was renamed to RabbitVCS (Version Control System[3]).

The interface was inspired by TortoiseSVN, recognisable by the file manager shell integration, which is available on Nautilus and Thunar in the case of RabbitVCS. It can also integrate into Gedit or run independently on the command line.

Note however the Thunar integration does not support SVN status marks (otherwise known as "emblems") on file icons.

Git[edit]

As of release 0.14 Beta 1,[4] Git version control is also supported. Under active development on github https://github.com/rabbitvcs/rabbitvcs.

References[edit]

  1. ^ "Release announcement for v0.12 ALPHA". Site oficial do RabbitVCS. February 17, 2009. Retrieved July 17, 2014.
  2. ^ "Google Code - NautilusSVN". Google Code - NautilusSVN. Retrieved July 17, 2014.
  3. ^ "RabbitVCS - Frequently Asked Questions (FAQ)". Official RabbitVCS website. Retrieved July 17, 2014.
  4. ^ "Release announcement for RabbitVCS v0.14 BETA1!". RabbitVCS blog. 2010-11-27. Retrieved 2010-11-29.

External links[edit]