天天看点

Ubuntu系统下安装rabbitvcs

说明地址: http://wiki.rabbitvcs.org/wiki/install/ubuntu

Rabbitvcs下载地址: http://wiki.rabbitvcs.org/wiki/install/ubuntu

1. Installation on Ubuntu You can install from our PPA, our tarball archive, or directly from our Subversion repository. Users new to Ubuntu should use the PPA option. PPA Karmic and later

sudo add-apt-repository ppa:rabbitvcs/ppa      
Hardy, Intrepid and Jaunty

Add the following line to your /etc/apt/sources.list file (signing key=1024R/34EF4A35):

deb http://ppa.launchpad.net/rabbitvcs/ppa/ubuntu **DISTRIBUTION** main      

Then:

sudo apt-get install rabbitvcs-core rabbitvcs-nautilus rabbitvcs-thunar rabbitvcs-gedit rabbitvcs-cli      
From the Tarball

Installing from our distributed tarball is relatively straightforward on Ubuntu. First, make sure you install all dependencies:

sudo apt-get install python-nautilus python-configobj python-gtk2 python-glade2 python-svn python-dbus subversion meld      

Then download the tarball and from the top folder type:

sudo python setup.py install      

Once that is done working, look in the clients folder and read the README file for each client/plugin to learn how they are installed.

From our Subversion Repository

Installing from trunk or from a branch is relatively straight-forward. First, install the dependencies listed above, then follow our developer installation instructions.

第二种方法:

1. 用管理员权限打开 /etc/apt/sources.list 文件,在最后添加下面一行

deb http://ppa.launchpad.net/rabbitvcs/ppa/ubuntu karmic main

2. 在命令行下运行:

    2.1 sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 34EF4A35 

    2.2 sudo apt-get update

    2.3 sudo apt-get install rabbitvcs-cli rabbitvcs-core rabbitvcs-gedit rabbitvcs-nautilus rabbitvcs-thunar thunarx-python (192.168.6.10 未安装)

另外:

     [1].启用root账户

            sudo passwd root

            此命令将会重新设置 root 的密码,按照提示输入新的密码,并加以确认。之后,重启系统时,就可以用 root 登录了。

第三种方法:

RabbitVCS是Linux下替代TortoiseSVN的一个可视化工具,非常不错!      
1. Go to http://wiki.rabbitvcs.org/wiki/download and click on the PPA link



      
2. Add "deb http://ppa.launchpad.net/rabbitvcs/ppa/ubuntu lucid main" to



      
/etc/apt/sources.list as requested



      
3. sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 34EF4A35 



      
4. sudo apt-get update



      
5. sudo apt-get install rabbitvcs-cli rabbitvcs-core rabbitvcs-gedit rabbitvcs-nautilus rabbitvcs-thunar thunarx-python



      
6. reboot