您的位置:首页 > 其它

ubuntu 安装SVN客户端

2011-04-06 13:50 585 查看
http://wiki.rabbitvcs.org/wiki/install/ubuntu

 

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.

Adding the PPAKarmic and latersudo add-apt-repository ppa:rabbitvcs/ppaHardy, Intrepid and JauntyAdd the following line to your /etc/apt/sources.list file (signing key=1024R/34EF4A35):

deb http://ppa.launchpad.net/rabbitvcs/ppa/ubuntu **DISTRIBUTION** mainInstalling RabbitVCSUpdate your software package repositories with:

sudo apt-get updateAnd install it with:

sudo apt-get install rabbitvcs-core rabbitvcs-nautilus rabbitvcs-thunar rabbitvcs-gedit rabbitvcs-cliFrom the TarballInstalling 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 meldThen download the tarball and from the top folder type:

sudo python setup.py installOnce 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
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: