Difference between revisions of "RabbitVCS"
(→RabbitVNC: Updated Other Clients) |
(→RabbitVNC) |
||
Line 1: | Line 1: | ||
− | + | [http://rabbitvcs.org RabbitVCS] is an Open Source SVN client for Linux. RabbitVCS is intended for the [http://www.gnome.org/ GNOME] desktop enviroment because it integrates it's self into [http://live.gnome.org/Nautilus Nautilus]. This runs and looks a lot like the Windows SVN program, [http://tortoisesvn.tigris.org/ TortoiseSVN]. Currently, RabbitVCS only supports Subversion, but will be incorporating other version control systems in future versions. | |
− | |||
− | |||
− | [http://rabbitvcs.org RabbitVCS] is an Open Source SVN client for Linux. RabbitVCS is intended for the [http://www.gnome.org/ GNOME] desktop enviroment because it integrates it's self into [http://live.gnome.org/Nautilus Nautilus]. This runs and looks a lot like the Windows SVN program, [http://tortoisesvn.tigris.org/ TortoiseSVN]. | ||
<br /> | <br /> | ||
− | |||
− | |||
=Download and Install= | =Download and Install= | ||
Line 52: | Line 47: | ||
If you receive an error during compile, read it and do what it tells you it wants done. In most cases, you might not have all of the required packets installed on you system, in which case the error would inform you that you are missing packets, and need to install them before continuing. | If you receive an error during compile, read it and do what it tells you it wants done. In most cases, you might not have all of the required packets installed on you system, in which case the error would inform you that you are missing packets, and need to install them before continuing. | ||
− | |||
− | |||
=Other Clients= | =Other Clients= | ||
Line 71: | Line 64: | ||
<br/> | <br/> | ||
[http://en.wikipedia.org/wiki/Comparison_of_Subversion_clients Compare SVN Clients] | [http://en.wikipedia.org/wiki/Comparison_of_Subversion_clients Compare SVN Clients] | ||
+ | |||
+ | =Websites= | ||
+ | [http://rabbitvcs.org/ RabbitVCS] | ||
+ | <br/> | ||
+ | [http://wiki.rabbitvcs.org/wiki/ RabbitVCS Wiki] |
Revision as of 20:44, 18 January 2010
RabbitVCS is an Open Source SVN client for Linux. RabbitVCS is intended for the GNOME desktop enviroment because it integrates it's self into Nautilus. This runs and looks a lot like the Windows SVN program, TortoiseSVN. Currently, RabbitVCS only supports Subversion, but will be incorporating other version control systems in future versions.
Contents
Download and Install
If you are interested in trying RabbitVCS, you can download it [here]. The people over at RabbitVCS have been nice and released packets for the main linux flavours that use GNOME.
1. Fedora
2. Ubuntu
3. Debian
4. Gentoo
5. ArchLinux
That said, you can also download the tarball, and compile the source yourself.
Installing from the source
1. Download the tar archive from [here]
2. Uncompress the archive
# tar -xzvf <filename>
3. Move into that directory
# cd <RabbitCVS dir>
4. Configure
# ./configure
5. make
# make
6. make install
# make install
If you receive an error during compile, read it and do what it tells you it wants done. In most cases, you might not have all of the required packets installed on you system, in which case the error would inform you that you are missing packets, and need to install them before continuing.
Other Clients
Below are a list of other Linux based SVN clients. Some of them do not allow for integration into the file explorer.
1. naughtSVN - naughtSVN is still in alpha stages, but it looks very promising
2. KDESVN - Used on the KDE desktop environment
3. Nautilus SVN Scripts - Bash scripts that perform basic SVN tasks
4. RapidSVN - A standalone SVN client for linux for an entire list, please go here
References
Marius Nautilus SVN Script Blog
Compare SVN Clients