SVNAccess is a small Web application which lets one manage the access to SVN repositories through a simple interface. It uses existing Apache password files/users and stores information in a MySQL database in order to generate an AuthzSVNAccessFile formatted access file. One can also delegate admin rights to a group and repository access to users so that repository owners can manage their own access.
| Tags | Software Development Version Control Subversion |
|---|---|
| Operating Systems | Windows Windows Unix |
| Implementation | PHP |
| Translations | English |
Recent releases


Changes: User/password management capability was added and creation options for the Authz file were improved.


Changes: Demo mode was improved. A logging capability for all actions was added. The looks were improved with a menu and CSS (but this is not done yet). A "reports" and "about" page were added. The installation and upgrade instructions were improved. A TODO list was added.


Changes: Access restrictions are consistent on all pages. A "demo" mode option has been added.


No changes have been submitted for this release.
- All comments
Recent commentsRe: Any updates expected?
That is an excellent idea. I've added it to the "TODO" list (which is also now in the repository).
Any updates expected?
Hey,
Are you planning on any updates to the tool? Was wondering if you would want to patch in LDAP support so that the user base could be obtained from an LDAP server rather than an Apache pass file.
Regards,
Sourabh
Re: Nice idea, but ...
> Nice idea, but why realised with echo-s
> ? can't you use
> some (any) template engine, preferably
> smarty ... with
> those echo-es is pain in the ass to
> change anything
Understandable, and I can't really refute the logic. However, this went from conception to product in like 1 day. I needed a solution and just cranked it out. Making it template/css friendly is not a bad idea...if time permits.
Nice idea, but ...
Nice idea, but why realised with echo-s ? can't you use
some (any) template engine, preferably smarty ... with
those echo-es is pain in the ass to change anything