SVN::ACL

SVN::ACL is a simple Perl frontend to make the svnserve.conf, passwd, authz for Subversion.
Download

SVN::ACL Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Hsin-Chan Chien
  • Publisher web site:
  • http://search.cpan.org/~hcchien/SVN-ACL-0.02/lib/SVN/ACL.pm

SVN::ACL Tags


SVN::ACL Description

SVN::ACL is a simple Perl frontend to make the svnserve.conf, passwd, authz for Subversion. SVN::ACL is a simple Perl frontend to make the svnserve.conf, passwd, authz for Subversion. To use the mod_dav_svn, it requires the subversion 1.3.0 or later.SYNOPSISuse SVN::ACL;my $acl = SVN::ACL->initi('repos', '/use/local/svn/'); $acl->newuser('hcchien', 'hcchien'); $acl->newgroup('rt3') $acl->togroup('hcchien', 'rt3'); $acl->grant('/foo', 'hcchien', 'rw'); $acl->grant('/bar', 'chien', ''); # it will remove user chien from directory bar $acl->export;After subversion 1.3.0, it offers the new access control for using the svnserve. When you use svnadmin to create a new subversion repository. The svnserve.conf, passwd and authz will be generated by subversion automatically. You can config the files by yourself manually. SVN::ACL just offers the simple frondend to do the same thing. SVN::ACL will use the YAML to do the dirty jobs. Requirements: · Perl


SVN::ACL Related Software