2008-05-06
svn conf 目录中简单配置
关键字: svn conf
文件
passwd
文件
authz
文件
svnserve.conf
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 user follow, one account per line. [users] admin=123456 xjh=654321
文件
authz
### This file is an example authorization 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 user, 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,sally
[groups]
user = xjh,admin
[sdbcc:/]
* = rw
[sdbcc:/sdbcc_base]
* = rw
# [/foo/bar]
# harry = rw
# * =
# [repository:/baz/fuz]
# @harry_and_sally = rw
# * = r
文件
svnserve.conf
### This file controls the configuration of the svnserve daemon, if you ### use it to allow access to this repository. (If you only allow ### access through http: and/or file: URLs, then this file is ### irrelevant.) ### Visit http://subversion.tigris.org/ for more information. [general] ### These options control access to the repository for unauthenticated ### and authenticated users. Valid values are "write", "read", ### and "none". The sample settings below are the defaults. anon-access = none 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 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 location 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 database, and vice versa. The default realm ### is repository's uuid. realm = sdbcc
发表评论
最近加入圈子
最新评论
-
JAVA操作EXCEL的jxl.jar ...
可以用的,写写了
-- by flztjlzy -
谁养鱼?
绿房子只能在A、D 、E中 第五步:绿房子在白房子左边推出:A也不是绿房子,D ...
-- by siyn -
你是甲方还是我是甲方?
看完楼主的文章很有同感,我是搞工控的,到现场经常会遇到这类情况。那边的人都拽得要 ...
-- by tangfeng







评论排行榜