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

Re: DB errors

From: Ryan Hunt <rhunt_at_hp.com>
Date: 2003-11-17 23:39:09 CET

>> seen owned by root are the latest db/log file. Would that be enough
>> to
>> cause this issue?
>
> Yes.
>
> -garrett

I'll second this. This has been a problem for me to remember. Also the
umask has to be set to 002 on the svnserve process. I have to re wrap
svnserve every time I perform an install in a script that goes like
this...

#! /bin/ksh
umask 002
/usr/local/bin/snvserve $@
exit

If this is something I have to do every time why is it not built in?

-Ryan

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Nov 17 23:33:22 2003

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.