阿里雲伺服器建立SVN專案

2021-10-09 05:21:31 字數 2004 閱讀 5247

yum install -y subversion
useradd -m -d /home/lbl -s /bin/bash lbl
passwd 123456
su - lbl
svnadmin create /home/lbl/myproject01
# anon-access = none

# auth-access = write

# password-db = passwd

# authz-db = authz

anon-access = none

auth-access = write

password-db = passwd

authz-db = authz

### this file is an example password file for svnserve.

### its format is similar to that of svnserve.conf. as shown in the

### example below it contains one section labelled [users].

### the name and password for each user follow, one account per line.

[users]

# harry = harryssecret

# sally = sallyssecret

lbl = 123456@lbl

新增以下內容:

接著出現以下介面,並輸入svn://ip/倉庫名稱,下圖創庫名稱應為「myproject01」

格式解析:

svn:// svn協議

伺服器ip位址

bishe:第5步建立的倉庫的名稱

接著輸入使用者名稱和密碼(第7步建立的使用者名稱和密碼)

- 建立這幾個目錄

阿里雲centos伺服器建立svn倉庫

1.連線伺服器,輸入命令列 svnserve version檢視是否安裝svn服務 若沒有安裝輸入命令列 yum install subversion 然後會出現 這邊svn服務已經安裝完畢了 2.自己選擇乙個資料夾放倉庫的位址 這邊我是存放在local資料夾下建立了乙個svn資料夾專門用來存放sv...

阿里雲搭建SVN伺服器

1 安裝svn apt get install subversion 2.開啟svn伺服器 svnserve d 檢查是否開啟 ps aux grep svnserve 若出現如下內容 wkr 6537 0.0 0.0 13784 956 ss 16 18 0 00 svnserve d wkr 7...

阿里雲搭建SVN伺服器

yum install subversion 2.開啟svn伺服器 svnserve d 檢查是否開啟 ps aux grep svnserve 若出現如下內容 wkr 6537 0.0 0.0 13784 956 ss 16 18 0 00 svnserve d wkr 7593 0.0 0.0 ...