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

Re: Controlling update and/or commit access to a repository URL

From: Lee Merrill <LeeMerrill_at_bustech.com>
Date: 2004-09-03 22:12:47 CEST

Hi Edward,

    Yes, you can do this, though it's not built into the repository, it
can be done in the web server, see this link for more information:

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

    It could also be done via a start-commit hook script, to check the
user and the directories being modified, to see if they are authorized
to make those changes:

http://svnbook.red-bean.com/svnbook/ch05s02.html#svn-ch-5-sect-2.1

Lee

>I could not find information on ways in which an administrator can control
>access to directories in a repository on a user by user basis. By access I
>mean the ability to allow or prevent a given user from checking out,
>updating, and/or committing changes to a repository. Does SVN have any
>notion of this built into the repository filesystem on a directory by
>directory basis ? If not, are there any plans to add this to SVN to make it
>easy for an administrator to allow or deny repository clients to
>access/update or commit repository data ?
>
>
>
>

-- 
+=========================================================
+ Lee Merrill    lee@bustech.com    919-866-2008
+=========================================================
Unless otherwise stated, any views presented in this email are solely those of the author and do not necessarily represent those of the company.
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Sep 3 22:13:38 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.