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

Re: format: Permission denied even when read permissions are set

From: David Weintraub <qazwart_at_gmail.com>
Date: Thu, 11 Mar 2010 11:27:58 -0500

The way svn+ssh works is very strange. svnserve is executed by each
user that uses the svn+ssh protocol. That means that you have to make
sure that all of these users are in the same group, and that group has
read/write permission on the entire Subversion archive. Plus, you have
to set umask for each user, so when they create a new file in the
Subversion repository, it is read/writeable by everyone in the group.

Take a look at the Tunneling Over SSH chapter in the Subversion on line book:
<http://bit.ly/c7gxv5>.

-- 
David Weintraub
qazwart_at_gmail.com
Received on 2010-03-11 17:29:30 CET

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.