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

RE: Re: DB logs in db/ directory and group permission

From: Simon McClenahan <smcclenahan_at_healthcompartners.com>
Date: 2004-03-30 00:00:57 CEST

I am allowing all three supported forms of access, and I found that it is best to make all dirs in a repository setgid. e.g.

$ find parent-path-of-repos -type d -ls | xargs chmod g+s

I had a situation where I had to setgid the dirs under repos/dav , not just repos/db .

-----Original Message-----
From: Ben Collins-Sussman [mailto:sussman@collab.net]
Sent: Monday, March 29, 2004 3:46 PM
To: Apostoles, Jon
Cc: 'users@subversion.tigris.org'
Subject: Re: DB logs in db/ directory and group permission

On Mon, 2004-03-29 at 15:32, Apostoles, Jon wrote:
> Hey,
>
> I noticed that after committing, a newly created log file in db/ is
> created with permission 644.. is there a way the files can be created using
> g+w? I am using Trac which requires read/write to the db/ directory, but
> subversion is running as a different user than my web process.

I imagine you want the server process to use a sensible umask. Also you
should run chmod g+s on the repository's db/ area. Take a look at the
grey box on this page:

http://svnbook.red-bean.com/svnbook/ch06s05.html

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

--------------------------
NOTE: This message and any included attachments are from HealthCom Partners, LLC and are intended only for the addressee(s). The information contained herein may include trade secrets or privileged or otherwise confidential information. Unauthorized review, forwarding, printing, copying, distributing, or using such information is strictly prohibited and may be unlawful. If you received this message in error, or have reason to believe you are not authorized to receive it, please promptly delete this message and notify the sender by e-mail.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Mar 30 00:01:39 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.