⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 svnserve.conf.5

📁 subversion-1.4.3-1.tar.gz 配置svn的源码
💻 5
字号:
.\" You can view this file with:.\" nroff -man [filename].\".TH svnserve.conf 5.SH NAMEsvnserve.conf \- Repository configuration file for svnserve.SH SYNOPSIS.TP\fIrepository-path\fP\fB/conf/svnserve.conf\fP.SH DESCRIPTION\fBsvnserve.conf\fP controls the behavior of the \fBsvnserve\fP daemonon a per-repository basis.  It is located in the \fBconf\fPsubdirectory of the repository..PPThe overall structure of the file is the same as the structure ofSubversion user configuration files.  At the top level are sections,which are specified by words in square brackets; inside each sectionare variable definitions of the form "variable = value".  Linesbeginning with '#' are ignored.  \fBsvnserve.conf\fP currently usesonly one section named "general", and supports the followingvariables:.PP.TP 5\fBanon-access\fP = \fBnone\fP|\fBread\fP|\fBwrite\fPDetermines the access level for unauthenticated users.  \fBwrite\fPaccess allows all repository operations.  \fBread\fP access allows alloperations except committing and changing revision properties.\fBnone\fP access allows no access.  The default level is \fBread\fP..PP.TP 5\fBauth-access\fP = \fBnone\fP|\fBread\fP|\fBwrite\fPDetermines the access level for authenticated users, using the sameaccess levels as above.  The default level is \fBwrite\fP..PP.TP 5\fBpassword-db\fP = \fIfilename\fPSets the location of the password database.  \fIfilename\fP may berelative to the repository conf directory.  There is no default value.The password database has the same overall format as this file.  Ituses only one section "users"; each variable within the section is ausername, and each value is a password..PP.TP 5\fBrealm\fP = \fIrealm\-name\fPSets the authentication realm of the repository.  If two repositorieshave the same password database, they should have the same realm, andvice versa; this association allows clients to use a single cachedpassword for several repositories.  The default realm value is therepository's uuid..SH EXAMPLEThe following example \fBsvnserve.conf\fP allows read access forauthenticated users, no access for anonymous users, points to a passwddatabase in the same directory, and defines a realm name..PP.nf [general] anon-access = none auth-access = read password-db = passwd realm = My First Repository.fi.PPThe file "passwd" would look like:.PP.nf [users] joeuser = joepassword jayrandom = randomjay.fi.SH SEE ALSO.BR svnserve (8)

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -