> I'm trying to solve a simple problem but can't find how in the svn- > book. > I need to manage my users in groups, actually teams, I need only > team > members to have read/write access to a set of projects and the rest > of > the organization only read access. > > My subversion authenticates users with a ldap server, so I need all > users > be part of a basic group that can read every project in the > versionning > repository and to group together some users and grant them write > access > to a selected set of projects.
REally? Did you read the section on path-based authorization. It explains how to do exactly what you are asking about. http://svnbook.red-bean.com/nightly/en/svn-book.html#svn.serverconfig.pathbasedauthz BOb