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

Re: Subversion in the classroom

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2003-07-31 20:27:26 CEST

Greg Wilson <Greg.Wilson@baltimore.com> writes:

> So, would SVN help us here? Or does it also rely on the
> underlying file system for access control, in which case
> we're back to where we are now...

If you use apache and *only* apache to access repositories, you can
circumvent all unix permissions issues:

Use apache as your svn server for all your repositories. From a unix
permissions point-of-view, the apache process "owns" all the files in
every repository.

Then create apache accounts for each student. (No need for unix
acounts.)

Then use mod_authz_svn access files to define groups of students, and
exactly which repositories they are allowed to access.

Voila, exactly what you want.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Jul 31 20:30:28 2003

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.