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

Re: database permissions

From: Mike Mason <mgm_at_thoughtworks.net>
Date: 2004-03-09 18:51:55 CET

Dirk van Deun wrote:

>I'd like to do access control on a svn repository by simple unix group
>permissions. I can chown and chmod the files in .../db/... but I
>notice that extra files get created when the repository is used (named
>log.0000000002, log.0000000003,...). Those do not get the ownership
>and permissions of the rest of the files. Is this fixable ?
>
>I could ask the users to set their umask, and newgrp to the ad hoc
>project group before using svn; and this is fine for developing on the
>server itself, but it is impractical with svn+ssh-access.
>
>

Use a wrapper that sets umask and does anything else required. There's
some discussion of this here:
http://www.contactor.se/~dast/svnusers/archive-2003-08/0548.shtml

Cheers,
Mike.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Mar 9 18:52:02 2004

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.