Accessing a file://
repository uses the operating system's file functions. You can therefore make use of the filesystem security functionality your OS has: Just configure the permissions to the repository directory via your OS's interface.
For example, to allow only svnserve
and members of the group svnusers
access to your repository on a classical UNIX system, execute the following as root:
$ chown svnserve:svnusers /my/repository
$ chmod 770 /my/repository
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…