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

Re: group permissions

From: M. Rohrmoser <mr.news.002_at_gmx.de>
Date: 2007-04-04 14:47:57 CEST

Hi Brian,
Brian Lewis schrieb:
> My users access repositories using the svn+ssh method. They're in groups
> named identically to the repository names. After I svnadmin create
> reponame, what is the proper way to chown reponame/ to prepare it to be
> used by users in the reponame group?

I'm currently using just one common group (for multiple repos) and wrapper scripts for the binaries
svn and svnserve (http://svnbook.red-bean.com/nightly/en/svn.serverconfig.multimethod.html):

#!/bin/sh
umask 0012
export LC_ALL=POSIX
dir=/usr/local/bin
$dir/svn "$@"

But I'm clueless how to use a group per Repo.

Hope this helps a bit,
        Marcus

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Apr 4 14:48:21 2007

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.