mac 10.8開始,不再預設安裝svn,需要自行安裝
如果您安裝了xcode,會隨同安裝svn
更省事的辦法:
1、安裝homebrew,看看官網
開啟終端terminal,貼上下面的命令:
ruby -e "$(curl -fssl "安裝過程中,如果有警告
如果您安裝了xcode,
開啟xcode以後,點選選單欄的:
xcode -> preferences… -> downloads選中
2、安裝svn
輸入:
brew svn install安裝過程很簡單,幾乎沒有提示
3、配置svn服務
1)首先,建立乙個svn庫的資料夾,如:/svn/repository/
2) 在終端輸入
svnadmin create /svn/repository/
這個命令在/svn/repository/資料夾下,建立了需要的檔案,然後簡單編輯就可以用了
進入conf資料夾
首先編輯 svnserve.conf
3)啟動
svnserve -d -r /svn/repository/
結束:kill -9 svnserve
4)測試
可以使用svn命令列,也可以在windows下用tortoise svn測試
5)如果遇到古怪問題,請檢查許可權,或者google一下
mac OS 下配置SVN忽略檔案
安裝xcode後mac os x 系統已經內建了svn支援,所以需要做的就只是配置。1.建立想要儲存軟體倉庫的目錄。sudo su 然後輸入密碼 mkdir opt mkdir opt svn mkdir opt svn repos 即建立了目錄 opt svn repos 2.建立版本倉庫 svn...
svn服務配置
1關閉所有svn服務 nie xiao bo mac pro svnproject mac killall 9 svnserve 2 開啟某檔案路徑svn服務 nie xiao bo mac pro svnproject mac svnserve d r users mac desktop shio...
ubuntu配置svn 服務
ubuntu配置svn 服務 1 新增使用者組 sudo addgroup subversion sudo usermod g subversion a www data apt get install subversion 檢視配置的結果 cat etc group grep subversion...