Difference between revisions of "RabbitVCS"

From CDOT Wiki
Jump to: navigation, search
(RabbitVNC: Updated Other Clients)
(Using)
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<h2>Work in Progress!!</h2>
+
[http://rabbitvcs.org RabbitVCS] is an Open Source SVN client for Linux. RabbitVCS is intended for the [http://www.gnome.org/ GNOME] desktop environment 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.
 
 
<br/><br/>
 
[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 />
<h2>Work in Progress!!</h2>
 
=History=
 
  
 
=Download and Install=
 
=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.
+
If you are interested in trying RabbitVCS, you can download it [http://wiki.rabbitvcs.org/wiki/download here]. The people over at RabbitVCS have been nice and released packages 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
 
<pre>
 
# tar -xzvf <filename>
 
</pre>
 
 
 
3. Move into that directory
 
<pre>
 
# cd <RabbitCVS dir>
 
</pre>
 
  
4. Configure
+
# Fedora
<pre>
+
# Ubuntu
# ./configure
+
# Debian
</pre>
+
# Gentoo
 +
# ArchLinux
  
5. make
+
That said, you can also download the tarball from the same page, and install RabbitVCS using the included distutils setup script (see [http://wiki.rabbitvcs.org/wiki/support/manual-installation these instructions]).
<pre>
 
# make
 
</pre>
 
 
 
6. make install
 
<pre>
 
# make install
 
</pre>
 
 
 
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.  
 
  
 
=Using=
 
=Using=
 +
Video Tutorial how to Commit via RabbitVCS  -->  http://www.youtube.com/watch?v=2z300d7rbUQ
  
 
=Other Clients=
 
=Other Clients=
  
Below are a list of other Linux based SVN clients. Some of them do not allow for integration into the file explorer.<br/>
+
Below are a list of other Linux based SVN clients. Some of them do not allow for integration into the file explorer.
1. [http://naughtysvn.tigris.org/ds/viewMessage.do?dsForumId=4125&dsMessageId=704677 naughtSVN] - naughtSVN is still in alpha stages, but it looks very promising
 
  
2. [http://kdesvn.alwins-world.de/ KDESVN] - Used on the KDE desktop environment
+
# [http://naughtysvn.tigris.org/ds/viewMessage.do?dsForumId=4125&dsMessageId=704677 NaughtySVN] - NaughtySVN is still in alpha stages, but it looks very promising
 +
# [http://kdesvn.alwins-world.de/ KDESVN] - Used on the KDE desktop environment
 +
# [http://g-scripts.sourceforge.net/ Nautilus SVN Scripts] - Bash scripts that perform basic SVN tasks
 +
# [http://rapidsvn.tigris.org/ RapidSVN] - A standalone SVN client for linux
  
3. [http://g-scripts.sourceforge.net/ Nautilus SVN Scripts] - Bash scripts that perform basic SVN tasks
+
For an entire list, please go [http://en.wikipedia.org/wiki/Comparison_of_Subversion_clients here] also see [http://groups.google.com/group/nautilussvn/browse_thread/thread/e20af94185438d5a/e7cb132b1ef241fb this discussion] on the NautilusSvn mailing list (note that NautilusSvn has since been renamed to RabbitVCS).
  
4. [http://rapidsvn.tigris.org/ RapidSVN] - A standalone SVN client for linux
+
=References=
for an entire list, please go [http://en.wikipedia.org/wiki/Comparison_of_Subversion_clients here]
+
* [http://marius.scurtescu.com/2005/08/24/nautilus_scripts_for_subversion Marius Nautilus SVN Script Blog]
 +
* [http://en.wikipedia.org/wiki/Comparison_of_Subversion_clients Compare SVN Clients]
  
=References=
+
=Websites=
[http://marius.scurtescu.com/2005/08/24/nautilus_scripts_for_subversion Marius Nautilus SVN Script Blog]
+
* [http://rabbitvcs.org/ RabbitVCS]
<br/>
+
* [http://wiki.rabbitvcs.org/wiki/ RabbitVCS Wiki]
[http://en.wikipedia.org/wiki/Comparison_of_Subversion_clients Compare SVN Clients]
 

Latest revision as of 19:15, 8 August 2011

RabbitVCS is an Open Source SVN client for Linux. RabbitVCS is intended for the GNOME desktop environment 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.

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 packages 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 from the same page, and install RabbitVCS using the included distutils setup script (see these instructions).

Using

Video Tutorial how to Commit via RabbitVCS --> http://www.youtube.com/watch?v=2z300d7rbUQ

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. NaughtySVN - NaughtySVN 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 also see this discussion on the NautilusSvn mailing list (note that NautilusSvn has since been renamed to RabbitVCS).

References

Websites