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

Re: Problem with svn+ssh

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2004-02-02 03:29:32 CET

On Sun, 2004-02-01 at 19:45, Todd A. Jacobs wrote:

> svn: Permission denied
> svn: svn_io_file_open: can't open '/home/subversion/test/format'
>
> All repository files are owned by the "subversion" user. The repository
> is valid, and can be accessed on gateway using a path instead of a URL.
> However, the remote system can't seem to gain access. What's the best
> way to fix/debug this?

By using svn+ssh://, you're launching a temporary private 'svnserve'
process on the remotehost running as *you* (assuming that you've
authenticated to ssh as yourself.) So unless you're authenticating to
ssh as user 'subversion', of course your 'svnserve' process doesn't have
read-write access to the db files.

Have you read the 'svnserve' documentation in chapter 6 of the book? It
explains this stuff in detail.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Mar 9 00:12:25 2004

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.