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

Re: Limiting access to only commit messages

From: Ben Collins-Sussman <sussman_at_red-bean.com>
Date: 2006-01-25 14:58:52 CET

On 1/25/06, David Resnick <abunetta@gmail.com> wrote:
> doesn't
> describe what the connection is between Apache access methods and Subversion
> actions.

That's because the mapping of HTTP methods to Subversion actions is
insanely complex. Typically several methods are required to achieve a
single subversion action. You can see a description here, though it's
only a very high-level view:

  http://svn.collab.net/repos/svn/trunk/subversion/libsvn_ra_dav/protocol

From the user's standpoint, then, the only things that exist are

  * blanket read/write control using apache <Limit> or <LimitExcept> directives
  * per-path read/write control using mod_authz_svn

You can *try* telling apache to allow nothing but PROPFIND requests,
and that *might* do what you want, but I'm skeptical it will work.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Jan 25 15:00:51 2006

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

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