Svn安裝和使用教程_第1頁(yè)
Svn安裝和使用教程_第2頁(yè)
Svn安裝和使用教程_第3頁(yè)
Svn安裝和使用教程_第4頁(yè)
Svn安裝和使用教程_第5頁(yè)
已閱讀5頁(yè),還剩13頁(yè)未讀, 繼續(xù)免費(fèi)閱讀

下載本文檔

版權(quán)說(shuō)明:本文檔由用戶(hù)提供并上傳,收益歸屬內(nèi)容提供方,若內(nèi)容存在侵權(quán),請(qǐng)進(jìn)行舉報(bào)或認(rèn)領(lǐng)

文檔簡(jiǎn)介

1、Svn安裝和使用教程作者:王焱亮單位:vwintech安裝svn1.43service到服務(wù)器首先需要安裝svn的安裝程序,然后創(chuàng)建svn服務(wù)。用windows命令創(chuàng)建svn服務(wù)并設(shè)為自動(dòng):sc create svnservice binpath= "D:Program FilesSubversionbinsvnserve.exe -service -r D:SvnVob" displayname= "SVNService" depend= Tcpip start= auto只需要修改一下binpath的svn執(zhí)行文件所在路徑就可以了,當(dāng)然要記住修改服務(wù)

2、所在目錄名。安裝svn1.43client到客戶(hù)端安裝svn的客戶(hù)端程序,需要的話(huà)還可以安裝svn的語(yǔ)言包,注意語(yǔ)言包的版本也必須與客戶(hù)端程序的版本一致在MyEclipse中下載并安裝svn插件首先點(diǎn)擊MyEclipse的菜單:helpàSoftware UpdateàFind And Install,如下圖推薦精選進(jìn)入如下頁(yè)面:推薦精選選擇下邊的單選鈕,點(diǎn)擊next按鈕,出現(xiàn)如下頁(yè)面:推薦精選選擇Subclipse update site 然后點(diǎn)擊finish按鈕。注:沒(méi)有的創(chuàng)建一個(gè)地址為:/update_1.2.x的更

3、新,名稱(chēng)隨意起。進(jìn)入下面的頁(yè)窗口:推薦精選按上圖所示的方式選擇,然后點(diǎn)擊下一步。推薦精選如上圖,選擇同意然后點(diǎn)擊下一步推薦精選如上圖,點(diǎn)擊finash就開(kāi)始自動(dòng)下載并安裝了,安裝完成后會(huì)要求eclipse重啟。在Eclipse中檢出項(xiàng)目現(xiàn)在Eclipse中已經(jīng)有了svn的插件了,我們現(xiàn)在可以直接通過(guò)Eclipse檢出局域網(wǎng)中任何一臺(tái)機(jī)器上的svn服務(wù)中的項(xiàng)目。首先,new一個(gè)新項(xiàng)目,在項(xiàng)目類(lèi)別中選擇“從svn中檢出項(xiàng)目”,如下圖:推薦精選點(diǎn)擊next按鈕,進(jìn)入資源庫(kù)位置的選擇或新建頁(yè)面:推薦精選可以選擇一個(gè)已有的資源庫(kù)位置,或者創(chuàng)建一個(gè)新的?,F(xiàn)以創(chuàng)建新的資源庫(kù)為例,如下:推薦精選在url欄中輸

4、入已建好的svn服務(wù)的地址,如上圖的svn:/1/pj1,格式一定要正確。完成后點(diǎn)擊next,如果能找到給定的地址會(huì)出現(xiàn)下面的畫(huà)面:推薦精選然后繼續(xù)點(diǎn)擊next:推薦精選如上圖,選擇“做為工作空間中的項(xiàng)目檢出”,并隨便輸入一個(gè)項(xiàng)目名稱(chēng),點(diǎn)擊next:推薦精選如上圖,是設(shè)置項(xiàng)目將要檢出到的本地位置,可以直接放到eclipse的工作目錄或者另外找一個(gè)新的目錄。然后點(diǎn)擊finish完成檢出。創(chuàng)建版本庫(kù)1、 創(chuàng)建版本庫(kù)推薦精選內(nèi)部目錄結(jié)構(gòu):2、 配置用戶(hù)權(quán)限密碼等:對(duì).conf 目錄下的三個(gè)文件進(jìn)行修改推薦精選authz文件# This file is an example au

5、thorization file for svnserve.# Its format is identical to that of mod_authz_svn authorization# files.# As shown below each section defines authorizations for the path and# (optional) repository specified by the section name.# The authorizations follow. An authorization line can refer to a# single u

6、ser, to a group of users defined in a special groups# section, or to anyone using the '*' wildcard. Each definition can# grant read ('r') access, read-write ('rw') access, or no access# ('').groups# harry_and_sally = harry,sallyeam=wyl,johnson.wang/組,及其包含的用戶(hù)# /foo/bar

7、# harry = rw# * =# repository:/baz/fuz# harry_and_sally = rw# * = ream=rw/組的權(quán)限#后為注釋passwd文件# 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

8、 user follow, one account per line.users# harry = harryssecret# sally = sallyssecretwyl=1/用戶(hù)名=密碼johnson.wang=888888svnserve文件照此樣# anon-access = read# auth-access = write# The password-db option controls the location of the password# database file. Unless you specify a path starting with a /,# the fi

9、le's location is relative to the conf directory.# Uncomment the line below to use the default password file.# password-db = passwd# The authz-db option controls the location of the authorization# rules for path-based access control. Unless you specify a path# starting with a /, the file's lo

10、cation is relative to the conf# directory. If you don't specify an authz-db, no path-based access# control is done.# Uncomment the line below to use the default authorization file.authz-db = authz# This option specifies the authentication realm of the repository.# If two repositories have the same authentication realm, they should# have the same password da

溫馨提示

  • 1. 本站所有資源如無(wú)特殊說(shuō)明,都需要本地電腦安裝OFFICE2007和PDF閱讀器。圖紙軟件為CAD,CAXA,PROE,UG,SolidWorks等.壓縮文件請(qǐng)下載最新的WinRAR軟件解壓。
  • 2. 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請(qǐng)聯(lián)系上傳者。文件的所有權(quán)益歸上傳用戶(hù)所有。
  • 3. 本站RAR壓縮包中若帶圖紙,網(wǎng)頁(yè)內(nèi)容里面會(huì)有圖紙預(yù)覽,若沒(méi)有圖紙預(yù)覽就沒(méi)有圖紙。
  • 4. 未經(jīng)權(quán)益所有人同意不得將文件中的內(nèi)容挪作商業(yè)或盈利用途。
  • 5. 人人文庫(kù)網(wǎng)僅提供信息存儲(chǔ)空間,僅對(duì)用戶(hù)上傳內(nèi)容的表現(xiàn)方式做保護(hù)處理,對(duì)用戶(hù)上傳分享的文檔內(nèi)容本身不做任何修改或編輯,并不能對(duì)任何下載內(nèi)容負(fù)責(zé)。
  • 6. 下載文件中如有侵權(quán)或不適當(dāng)內(nèi)容,請(qǐng)與我們聯(lián)系,我們立即糾正。
  • 7. 本站不保證下載資源的準(zhǔn)確性、安全性和完整性, 同時(shí)也不承擔(dān)用戶(hù)因使用這些下載資源對(duì)自己和他人造成任何形式的傷害或損失。

最新文檔

評(píng)論

0/150

提交評(píng)論