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

Re: svnserve via xinetd : file 'format' permission denied

From: Karl Heinz Marbaise <khmarbaise_at_gmx.de>
Date: 2006-02-12 12:32:02 CET

Hi there,

> when using svnserve via xinetd, I have a problem related to the file 'format'
> in my repository as permission is denied (whatever access file flags on file).
> 'Can't open file my_repo/...etc.../format : permission is denied'

Would please put your "svn list svn:..." call here...

> service svnserve
> {
> socket_type = stream
> protocol = tcp
> user = svnadmin
Have you given the directories/files the correct permission?

chmod -R 03777 /home/bruno/.svn_repository_documents
and of course
chown svnadmin:users for the directories...

> server_args = -i -r /home/bruno/.svn_repository_documents
Why do you put your repos into a user home directory?

Kind regards.
Karl Heinz Marbaise

-- 
Software Entwicklungs- und Beratungs Service  http://www.soebes.de
Dipl.Ing.(FH) Karl Heinz Marbaise            email: info@soebes.de
Tel.: +49 (0) 241 / 16 91 210                 ICQ#: 135949029
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sun Feb 12 12:33:19 2006

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.