centos 6.5 web service模式 安裝svn測試環境

來源:互聯網
上載者:User

標籤:style   color   os   io   ar   strong   檔案   sp   on   

1 下載subversion

shell>yum install subversion

2 查看安裝的版本

[[email protected] /]# svn --version

3 建立一個項目的版本庫

[[email protected] /]# svnadmin create /var/svndata/zmqnw_mobile

4 匯入專案檔

[[email protected] conf]# export EDITOR=vi
[[email protected] conf]# svn import /home/www/zmqnw_mobile file:///var/svndata/zmqnw_mobile -m ‘import‘

日誌資訊未修改,或未指定
a)終止,c)繼續,e)編輯:

5 設定項目檔案

[[email protected] conf]# vi passwd

加入下面的行:

cuijian = cj4678799
zhixiaofei = zxf

[[email protected] conf]# vi svnserve.conf

改動如下:

anon-access = read
auth-access = write

password-db = passwd

[[email protected] hooks]# vi post-commit  --配置鉤子檔案,自動認可

加入:

!/bin/sh
export LANG=en_US.UTF-8
svn checkout file:///var/svndata/zmqnw_mobile /home/www/zmqnw_mobile

[[email protected] hooks]# chmod a+x post-commit

6 匯出項目 到測試安裝目錄

[[email protected] www]# svn checkout file:///var/svndata/zmqnw_mobile /home/www/zmqnw_mobile 

7把svn守護進程開啟

[[email protected] www]# svnserve -d -r /var/svndata

 

用戶端輸入如下,便可開啟:

svn://192.168.0.61/zmqnw_mobile

centos 6.5 web service模式 安裝svn測試環境

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.