1. 程式人生 > >SVN建立資源庫和區域網連線配置

SVN建立資源庫和區域網連線配置

本機安裝的是TortoiseSVN-1.7.5.22551-win32-svn-1.7.3.msi

安裝好後會在滑鼠右鍵中出現如圖最後兩項的選項:

建立svn資源庫:

1.首先是建立一個資源庫資料夾,本例是sevenStar

如圖:

2.在建立的資料夾sevenStar上右鍵,選擇TortoiseSVN—>Create repository here選項

如圖:

此時會出現一個對話方塊,如圖:

@1 選擇第一個按鈕Create folder structure,會在sevenStar資料夾中建立svn所需要的預設的目錄結構建立成功會彈出如圖的對話方塊:建立成功之後確定即可@2 選擇第二個按鈕Start Repobrowser,會瀏覽到本資源庫的目錄結構,同時可以設定遠端訪問資源庫連結(URL):svn://192.168.1.12/sevenStar,以備在eclipse中下載上傳如圖:
單擊OK按鈕即可設定好3. 檢視本資源庫的設定是否成功在sevenStar資料夾上右鍵,選擇Check out...如圖:就會彈出一個Checkout對話方塊如圖:最上面的URL of repository:中的地址:svn://192.168.1.12/sevenStar就是我們剛才設定的4.對本資源庫進行配置開啟sevenStar資料夾有如圖的目錄結構:開啟配置資料夾conf,有authz,passwd,svnserve.conf三個檔案如圖:@1 開啟authz檔案修改:在[groups]下新增sevenStar資源庫對使用者的訪問許可權[groups][sevenStar:/]* = rw上面配置說明sevenStar資源庫對所有使用者具有讀寫訪問許可權@2 開啟passwd檔案修改:在本檔案中[users]下新增使用者和密碼,格式是:使用者 = 密碼[users]
# harry = harryssecret
# sally = sallyssecret
dev=dev
wbd=wbd如上,添加了dev使用者,密碼為dev添加了wbd使用者,密碼為wbd@3 開啟svnserve.conf檔案修改:在本檔案中進行訪問許可權設定在[general]下把anon-access = read
auth-access = write
password-db = passwdauthz-db = authzrealm = My first repository幾項前的註釋(#)去掉即可[general]
### The anon-access and auth-access options control access to the
### repository for unauthenticated (a.k.a. anonymous) users and
### authenticated users, respectively.
### Valid values are "write", "read", and "none".
### Setting the value to "none" prohibits both reading and writing;
### "read" allows read-only access, and "write" allows complete 
### read/write access to the repository.
### The sample settings below are the defaults and specify that anonymous
### users have read-only access to the repository, while authenticated
### users have read and write access to the repository.
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 file's location is relative to the directory containing
### this configuration file.
### If SASL is enabled (see below), this file will NOT be used.
### 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 location is relative to the the
### directory containing this file.  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 database, and vice versa.  The default realm
### is repository's uuid.
realm = My First Repository
### The force-username-case option causes svnserve to case-normalize
### usernames before comparing them against the authorization rules in the
### authz-db file configured above.  Valid values are "upper" (to upper-
### case the usernames), "lower" (to lowercase the usernames), and
### "none" (to compare usernames as-is without case conversion, which
### is the default behavior).
# force-username-case = none以上就是在svn伺服器端建立sevenStar資源庫的詳細步驟

相關推薦

SVN建立資源庫區域網連線配置

本機安裝的是TortoiseSVN-1.7.5.22551-win32-svn-1.7.3.msi安裝好後會在滑鼠右鍵中出現如圖最後兩項的選項:建立svn資源庫:1.首先是建立一個資源庫資料夾,本例是sevenStar如圖:2.在建立的資料夾sevenStar上右鍵,選擇To

Window XP 環境下SQL Server2008區域網連線配置

資料庫配置步驟如下: 1.如果安裝的時候 已經選擇 “混合模式(SQL Server 身份驗證和Windows 身份驗證)(M)”, 並且已經為 SQL Server 系統管理員分配了賬戶和密碼 則不用重新配置。  配置方法如下:        用Windows 驗證方法

MongoDB建立使用者Java連線MongoDB

> use test switched to db test > db.createUser({user:"xiuye",pwd:"123456",roles:[]}) Successfully added user: { "user" : "xiuye", "

MongoDB非關係型資料庫的簡介、建立資料庫表、配置使用者等

簡介: MongoDB是一個高效能,開源,無模式的文件型資料庫,是一個基於分散式檔案儲存的資料庫,是一個介於關係資料庫和非關係資料庫之間的產品,是非關係資料庫當中功能最豐富,最像關係資料庫的,是當前NoSQL資料庫產品中最熱門的一種。 mongodb的結構和普通的關係型資料

解決eclispe SVN 建立資源庫報錯,無法驗證:SVN…… 504 Connection to server timed out

    我的eclipse以前用SVN外掛用的好好的,最近安裝Android studio 升了個級,Android studio升級了adt導致eclipse無法執行程式了,所以刪除之前的eclip

oracle的區域網連線配置

今天又被ORACLE坑了一天,其實理論及其簡單,但實際上搞出來也不容易。 原來設定的是隻被本地訪問,listener.ora裡面只配置了127.0.0.1,現在要加上它的區域網地址,如下 LISTENER =   (DESCRIPTION_LIST =     (DESCR

配置本地yum源區域網yum源

配置本地yum源和區域網yum源 引言: 為什麼要寫這段引言呢,是因為在做配置區域網yum源的時候遇到了太多的疑問,於是把就這些問題記錄下來,和大家分享一下。 1、區域網yum源適用條件? 舉個例子,在公司裡,某天斷網了,有幾百臺電腦要使用yum源,我們不能使用網路y

通俗易懂地講解TCP建立連線的三次握手釋放連線的四次揮手

TCP建立連線時,為什麼要進行三次揮手?   每一次TCP連線都需要三個階段:連線建立、資料傳送和連線釋放。三次握手就發生在連線建立階段。 在謝希仁著《計算機網路》第四版中講三次握手的目的是為了防止已失效的連線請求報文段突然又傳送到了服務端,因而

Django框架(二)—— 基本配置:app註冊、模板配置、靜態檔案配置、資料庫連線配置postget

app註冊、模板配置、靜態檔案配置、資料庫連線配置post和get 一、app 在Django中,APP可以用以下類比 大學 --------------------專案 計算機學院------------app01 土木學院 ------------ app02 1、app建立 方

Centos7 64bit Linux系統安裝SVN http訪問配置

第一步,更新源,並通過yum下載安裝svn [[email protected] ~]# yum update [[email protected] ~]# yum -y install subversion 安裝過程中,全部選擇同意(y)即可。 安裝完成會提示complet

CentOS7.4下 VNC Server的搭建客戶端的連線配置

CentOS7.4下 VNC Server的搭建和客戶端的連線配置 伺服器版本:CentOS Linux release 7.4.1708 (Core) yum方式安裝VNC server yum install tigervnc-server 啟動

Mybatis配置C3p0 Druid連線

普通java工程配置Mybatis 連線池 整體結構 匯入jar 包: 連結:https://pan.baidu.com/s/1aEpDPO9xRK1_shVsUpOEZA 提取碼:16nf Mybatis 配置檔案: <?xml version="

TCP建立連線斷開連線過程詳解

最近在看TCP這塊知識的時候對TCP連線三次握手斷開四次斷開不是很瞭解,找了下面一片文章講的很詳細,收藏下! 原文地址:http://blog.sina.com.cn/s/blog_60a4fcef0101e813.html TCP是一個面向連線的服務,面向連線的服務是電話系統服務模式的抽象

ETL-kettle (7.1)連線資源庫建立資源庫

建立資源庫如圖點選connect。 然後彈出框點選add 然後下一步Other repository 點選建立資料庫資源庫,然後點選get started   取名,並建立資料庫連線   會彈出視窗,然後選擇對應的資料

mongoDB的安裝建立使用者並用mongovue連線

我用的是mongoDB-3.2.21 點我下載mongoDB-3.2.21和mongoVUE 大家也可以去官網下載:點我下載 因為我用的是3.2.21版本的所以推薦大家也下載這個版本,至於是zip包還是msi的安裝包就隨便了,我用的是zip免安裝的 Windows平臺的安裝 1.

Django 建立APPMysql資料庫連線

軟體版本:Django 1.11.11 Python:3.7.1 pip3:10.0.1 安裝Django,首先確保python和pip在環境變數中 pip install Django==1.11.11 目錄結構: 其中:settings.py是設定檔案: 例如

Layer 建立 lamdba function 建立 API GateWay 配置 新增依賴

    進入控制檯 選擇 Lamdba 服務 進入控制面板, 單擊右邊: 建立函式   然後進入此圖介面 新增lamdba 函式 名稱 選擇執行環境:python 選擇角色 選擇現有角色, 角色建立 可以參考 無服務建立教程 連結:https://ama

c# 建立到資料來源的連線 以及獲取專案配置檔案的屬性

兩種連線資料庫的寫法: <connectionStrings> <add name="HRModelsContainer" connectionString="metadata=res://*/Domain.HRModels.csdl|res://*/Domain.HRMod

Linux中硬連結連線的區別以及建立

硬連結:已存在的檔案的一個別名,當原始檔刪除時仍可使用,且inode可共享,僅檔名不同的檔案,硬連結的建立會使連結數加1。 軟連線:符號連結,也就是快捷方式,不共享inode,有自己的inode,可對不存在的檔案建立軟連結,建立時連結數不加一,當原始檔刪除時,則

postgresql從入門到菜鳥(二)服務端配置psql連線

上一篇文章我們已經成功在rehel上安裝了postgrel資料庫。 關於window環境下的安裝,可以直接下載install檔案,進行雙擊安裝,或者通過編譯原始碼的方式安裝。 本篇文章將介紹postgresql資料的基本配置,以及客戶端與伺服器端的連線。 先看伺服器端 當我們通過