說明位址: 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 latersudo 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 RepositoryInstalling 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