[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: Hunkel, Manfred <M.Hunkel_at_t-systems.com>
Date: 2004-10-06 16:15:28 CEST

chown -R ownername[:groupname] /path/to/repos

| -----Original Message-----
| From: Dominic Anello [mailto:danello@danky.com]
| Sent: Wednesday, October 06, 2004 4:06 PM
| To: Daniel Harrison
| Cc: users@subversion.tigris.org
| Subject: Re: chmod of svn repository
|
| 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

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Oct 6 16:17:38 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.