The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
This is the README file for SVN::ACL, to offer a simple frondend to manager the files svnserve.conf, authz and passwd for subversion. And the files will generated by subversion automatically when you create a new subversion repository. If you want to use the new access control for subversion, it requires the subversion 1.3.0 or later.

Please type "perldoc SVN::ACL" after installation to see
the module usage information.

* Installation

SVN::ACL uses the standard perl module install process:

cpansign -v             # optional; see SIGNATURE for details
perl Makefile.PL
make                    # or 'nmake' on Win32
make test
make install

* Copyright

Copyright 2005 by Hsin-Chan Chien <hcchien@hcchien.org>.

All rights reserved.  You can redistribute and/or modify
this bundle under the same terms as Perl itself.

See <http://www.perl.com/perl/misc/Artistic.html>.