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

Re: chmod of svn repository

From: Dominic Anello <danello_at_danky.com>
Date: 2004-10-06 16:06:19 CEST

On 2004-10-06 13:00:33 +1100, Daniel Harrison wrote:
> Hi there,
>
> I'm a little tierd of chmodding my repository all the time, is there
> some way i can apply a mask or something so that all the files in the
> repository have the same owner and modifications?
>
> Using fedora core 2
>
> Cheers
> Daniel

AFAIK, you can't get the same owner, but you can set things up so all DB
files get the same group.

chmod g+ws /path/to/repos/db

Then just make sure all processes that access the repo have umask 002
set.

-Dominic

  • application/pgp-signature attachment: stored
Received on Wed Oct 6 16:05:50 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.