You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Justin Erenkrantz <ju...@erenkrantz.com> on 2003/07/07 03:33:05 UTC

mod_authz_svn assigns COPY as a read permission?

M_COPY is listed as AUTHZ_SVN_READ in 
subversion/mod_authz_svn/mod_authz_svn.c:222.

Is that right?  Shouldn't a COPY require write access?  -- justin

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

RE: mod_authz_svn assigns COPY as a read permission?

Posted by Sander Striker <st...@apache.org>.
> From: Justin Erenkrantz [mailto:justin@erenkrantz.com]
> Sent: Monday, July 07, 2003 5:33 AM

> M_COPY is listed as AUTHZ_SVN_READ in 
> subversion/mod_authz_svn/mod_authz_svn.c:222.
> 
> Is that right?  Shouldn't a COPY require write access?  -- justin

Look again.  It checks for read perms on the source and write
perms on the target.


Sander

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org