Keep Server Online
If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.
or
A donation makes a contribution towards the costs, the time and effort that's going in this site and building.
Thank You! Steffen
Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
| |
|
Topic: I want to give list permissions to users |
|
Author |
|
anderslinden
Joined: 23 May 2008 Posts: 1
|
Posted: Fri 23 May '08 23:19 Post subject: I want to give list permissions to users |
|
|
Hello!
With mod_authz_svn, its possible to tell which user that can read or write to a certain svn directory. I would like to have some flag on the repository that when set allows a user to list directories necessary to browse from / of the repository up to the directories they have access to. If they dont have +r or +w on a certain directory, it should not appear in listings either.
I dont think thats possible to do, but I am interested in the enhancement!
/Anders |
|
Back to top |
|
James Blond Moderator
Joined: 19 Jan 2006 Posts: 7371 Location: Germany, Next to Hamburg
|
Posted: Mon 26 May '08 13:57 Post subject: |
|
|
You can view the config / auth file you use in apache for mod_authz_svn
e.g.
AuthzSVNAccessFile "C:/Repositories/authz.txt"
Than open authz.txt
---
There is http://svnmanager.sourceforge.net/
----
there is a free gui server for that.
http://www.visualsvn.com/server/
Disadavantage it brings its own apache with it. |
|
Back to top |
|
|
|
|
|
|