Skip to main content

Installing Rabbit CVS in Ubuntu

Tutorial: Install RabbitVCS in Ubuntu 12.04 LTS


If we are familiar with TortoiseSVN in Windows operating system to manage version control, there is also a subversion linux client is easy to use, namely RabbitVCS.

RabbitVCS is a GUI based application that serves to facilitate the use of subversion. From rabbitvcs.org, "RabbitVCS is a set of graphical tools written to provide simple and straightforward access to the version control systems you use. We provide multiple clients and extensions designed to give you a uniform experience no matter what development tools you use."

What is subversion? Subversion or SVN is an open source software that can manage version control software development process become trace and orderly.

After we know what is subversion and RabbitVCS, we will try to install RabbitVCS in Ubuntu 12.04 LTS. This is step-by-step to install RabbitVCS in Ubuntu 12.04 LTS:

  1. Run the Terminal and go to the root with command: sudo su
  2. We have to add the PPA or source list repository with the following command:
    add-apt-repository ppa:rabbitvcs/ppa
  3. Update your software package repositories with:
    apt-get update
  4. Then install RabbitVCS and support software package with the following commands:
    apt-get install rabbitvcs-nautilus3 
    apt-get install rabbitvcs-gedit
     apt-get install rabbitvcs-cli
     apt-get install thunar-vcs-plugin
  5.  We must to install package rabbitvcs-thunar, but it package need thunarx-python version 0.3.0-1. Default software package thunarx-python in version 0.2.0, so we must to setup thunarx-python 0.3.0. How to install thunarx-python 0.3.0-1 in Ubuntu 12.04 LTS?
    • First step add the PPA to enable repository
      add-apt-repository ppa:nilarimogard/webupd8
    • Update software package repositories:
      apt-get update
    • Then install package thunarx-python
      apt-get install thunarx-python
  6. After install package thunarx-python 0.3.0-1, next install rabbitvcs-thunar with:
    apt-get install rabbitvcs-thunar
  7. After installation is complete, logout and log back in for changes to take effect.

Comments

Popular posts from this blog

Bridging Ethernet Connections - Ubuntu/Fedora

Installing bridge-utils Adept Search for bridge-utils and choose the drop-down arrow on the left. Choose "request install". Konsole: Enter this into Konsole: sudo apt-get update sudo apt-get install bridge-utils If you use sudo -i and enter your password, then you will not have to use sudo before each command. It may also save you some typing in the future. Setting up the Bridge Ensure that both (or all) of your interfaces are installed and enabled. If they are then you may proceed at this point. For a few moments, if your computer is connected to the internet then it will be disconnected until a certain point is reached. Open Konsole and use the following commands. Note that when interfaces are referenced, they refer to device names assigned by linux such as "eth0" and "eth1". Also note that myBridge is the name of the bridge that you wish to have. This can be anything, but a simple name like bridge0 or bridge1 is s...

What are the few major differences between 2003,2008 & 2012

2003-IIS 6.0 2008- IIS 7.0 2008R2- IIS-7.5 2012-IIS 8 ---------------------- 2003-32 AND 64 BIT AVAILABLE 2008-32AND 64BIT AVAILABLE 2008R2- ONLY 64BIT AVAILABLE 2012 - ONLY 64 BIT AVAILABLE ------------------------------------------ 2003 KERNAL VER. -5.2 2008 KERNEL-6.0 2008 R2-6.1 2012-6.2 ------------------------------------------ 2003- IE VERSION 6.0 2008- IE VERSION 7.0 2008 R2 IE VERSION 8.0 2012 IE VERSION 10.0 2012 R2 IE VERSION 11.0 ----------------------- 2003- AD ADMINISTRATIVE CENTER NOT AVAILABLE 2008- NOT AVAILABLE 2008 R2- AVAILABLE 2012- AVAILABLE -------------------------------------

Microsoft Active Directory

> What Intrasite and Intersite Replication? Intrasite is the replication within the same site & intersite the replication between sites. > What is lost & found folder in ADS? It’s the folder where you can find the objects missed due to conflict. Ex: you created a user in OU which is deleted in other DC & when replication happed ADS didn’t find the OU then it will put that in Lost & Found Folder. > What is Garbage collection? Garbage collection is the process of the online defragmentation of active directory. It happens every 12 Hours. > What System State data contains? Contains Startup files, Registry Com + Registration Database Memory Page file System files AD information Cluster Service information SYSVOL Folder >What is the difference between Windows 2000 Active Directory and Windows 2003 Active Directory? Is there any difference in 2000 Group Polices and 2003 Group Polices? What is meant by ADS and ADS ser...