Db recov and umask problems.
From: Jeremy Freeman <jfreeman_at_rxnetworks.ca>
Date: 2007-06-13 20:03:19 CEST
I am having some trouble with umask and/or permissions it would seem.
#!/bin/sh
umask 002
exec /usr/bin/svnserve.real "$@"
But I am periodically still getting log files owned by root and not g+w.
-rw-rw-r-- 1 jlong svn 1048510 Jun 12 19:39 log.0000000658
-rw-r--r-- 1 root svn 1514 Jun 12 19:39 log.0000000659
The repo dir is chmod g+s also.
Running version 1.1.4
What am I missing here?
-- JeremyReceived on Wed Jun 13 20:03:41 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.