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

Re: Subversion User Administration Concern

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2003-05-22 19:27:07 CEST

"Keith Craig" <KeithC@VertigoSoftware.com> writes:

> My understanding is that, to change the user permissions to a
> repository, we need to restart Apache, thereby bringing Subversion
> down briefly?

I think you're imagining that the svn repository is a real set of
files that you tweak the permissions on. You don't. The repository
filesystem is completely imaginary, existing only within a bunch of db
files. You make sure the httpd-process has full read/write permission
to the repository db files, and you're done, no more permission
tweaking.

To add or remove users, just add or remove lines from the user-file
you tell apache to authenticate against. No need to restart apache.

To add a new repository, just create a new one. If it's within a
SVNParentPath <Location>, you don't need to restart apache either.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu May 22 19:28:25 2003

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.