svnauthcheck project is a tool to check the syntax of Subversion access control files. We developed it to be able to delegate to certain repository users the ability to manage the access control to the repository itself.
Install:
For the impatients:
./configure
make
make install
Otherwise refer to the installation guide.
Usage:
svnauthcheck [-vh] [-u user] [authfile]
svnauthcheck checks the given authfile or the standard input if authfile is not specified.
Options:
-h: help
-u user: specifies a user that should have write access to the top directory
-v: verbose output
--version: prints the version of the program
Product's homepage
What's New in This Release: [ read full changelog ]
· This version fixes an error in the generation of Apache httpd permissions when permissions were revoked with the “* = ” statement and fixes a buffer overflow in the management of Apache httpd permission generation from template files.
· Both bugs could cause a security vulnerability.
· Old versions should be updated.