[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: using/creating hooks within subversion...

From: <kfogel_at_collab.net>
Date: 2004-08-25 22:51:03 CEST

kfogel@collab.net writes:
> Can you say exactly what documents you read (give us URLs)? Because
> access control is discussed in various places, including the book, and
> for the most part it's done through mechanisms other than hooks.
>
> http://svnbook.red-bean.com/svnbook/book.html#svn-ch-6-sect-3.2

I just remembered, you're using svnserve?

I don't think svnserve does path-based authorization yet. It can only
say "yes/no" based on the user's identity. For per-path control, you
need to run the mod_dav_svn Apache httpd server. See

   http://svnbook.red-bean.com/svnbook/book.html#svn-ch-6-sect-4
   http://svnbook.red-bean.com/svnbook/book.html#svn-ch-6-sect-4.4
   http://svnbook.red-bean.com/svnbook/book.html#svn-ch-6-sect-4.4.2

for details.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Aug 26 00:30:04 2004

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.