DB recovery required
From: Jeremy Freeman <jfreeman_at_rxnetworks.ca>
Date: 2007-06-13 18:58:57 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
Running version 1.1.4
What am I missing here?
-- JeremyReceived on Fri Jun 15 06:52:26 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.