10分鐘學會構建svn伺服器.
準備工作:
svn伺服器應用:
svn伺服器應用
svn客戶端應用:
svn客戶端應用
1.軟體安裝
廢話不說,雙擊安裝兩個軟體.記錄一下伺服器應用的svnserve.exe路徑,我的是:
c:\program files (x86)\subversion\bin\svnserve.exe
2.建立svn base庫
新建乙個資料夾,如(f:\svn),進入裡面右鍵->tortoisesvn->create repository here;
修改兩個檔案
(1)f:\svn\conf\passwd
找到[users]
# harry = harryssecret
# sally = sallyssecret
後面新增:yourname yourpassword可以隨意更改
yourname = yourpassword
(1)f:\svn\conf\svnserve.conf
找到# password-db = passwd
更改為password-db = passwd
即去掉注釋的#
3.建立svn服務
開啟cmd,輸入
sc create svnservice binpath= "\"c:\program files (x86)\subversion\bin\svnserve.exe\" --service -r f:\svn" displayname= "svnservice" depend= tcpip
確認狀態
sc start svnservice
4.確認svn庫建立完成
建立一資料夾 f:\mysvn 進入裡面右鍵->tortoisesvn->repo browser
輸入 svn://localhost 即可檢視svn伺服器上面的內容.
(完)
svn伺服器的建立
tortoisesvn客戶端 http www.subversion.org.cn index.php?option com weblinks catid 63 itemid 99 2.拷貝伺服器程式bin目錄下檔案到 c svnserve 3.建目錄 d svn repo,作為資料庫目錄 4.建工...
怎樣建立SVN伺服器
平時在自己寫 中,最笨的辦法就是修改後把原來的 刪除,然後儲存新的 然而這種辦法還是太low了,那麼如何在自己的伺服器 或者家裡的台式電腦上搭建乙個 管理伺服器呢,下面主要介紹下svn伺服器在ubuntu上的搭建 1,在ubuntu上安裝svn伺服器 sudo apt get install sub...
Centos 建立SVN伺服器
一 centos刪除svn yum remove subversion二 配置svn 1.8版本的yum源 tee etc yum.repos.d wandisco svn.repo wandiscosvn name wandisco svnrepo baseurl 6 svn 1.8 rpms b...