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

Re: Permissions for repositories with Apache

From: Michael Wood <mwood_at_its.uct.ac.za>
Date: 2003-04-27 14:43:28 CEST

On Sat, Apr 26, 2003 at 11:06:15PM -0700, Steven Brown wrote:
>
> > <VirtualHost>
> > ServerName paul.example.com
> > User paul
> > Group devgroup
> > ...
> > </VirtualHost>
> > Each of these can have a DocumentRoot with the devlopers area.
> >
> > see http://httpd.apache.org/docs-2.0/mod/perchild.html
>
> I gave a perchild-compiled Apache a shot, but it currently seems
> unusable due to stability issues and php being unable to work with it
> safely (it locked up easily). If it worked, it'd be a better solution
> than either of the ideas I could come up with, though. I poked around
> on this lead to see if it could at least be used as a subersion-only
> server, but it sounds like perchild still needs some work:
> http://www.contactor.se/~dast/svn/archive-2002-08/0906.shtml

If you just want multiple users on the machine to be able to set up and
use private SVN repositories (e.g. in their home directories) then you
could get them to use ra_local. If they need to access them remotely,
you could get them to use ra_svn over SSH.

If multiple users need to access the same repository, then it obviously
gets more complicated. You haven't really described _what_ you want to
be able to do. You've only described more or less _how_ you think you
might do it.

-- 
Michael Wood <mwood@its.uct.ac.za>
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun Apr 27 14:44:34 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.