[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: Bruno Costacurta <cob1_at_biz.tiscali.be>
Date: 2006-02-12 14:26:00 CET

On Sunday 12 February 2006 11:32, Karl Heinz Marbaise wrote:
> 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...

svn info svn://192.168.1.2/
As I said before, this command works fine when svnserve is started in daemon,
but not via xinetd.
note: 192.168.1.2 is the IP address of my server.

>
> > 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...

Try this but have still same problems.

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

Because this repo is strictly dedicated to personal documents files and
directories. Subversion is use here to synchronize files between the two PC I
work with.

>
> Kind regards.
> Karl Heinz Marbaise

Regards,
Bruno

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sun Feb 12 13:28:17 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.