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

problem setting up svn+ssh

From: Menzo Windhouwer <M.A.Windhouwer_at_uva.nl>
Date: 2004-09-08 12:03:09 CEST

Hi,

I'm trying to open up an existing SVN repository to more users.
To achieve this I dumped the repository and reloaded it in
the new repository in the new project account. Then I followed
the checklist on page 104 in the subversion book, i.e.

(1) all users are in a special group (i.e. tds), the repository
is owned by this group, and group permissions are read/write

(2) I wrapped svnserve to set umask 002

(3) I set the group sticky bit on the db dir

So my repository listing looks as follows:

drwxrwxr-x 7 tds tds 4096 Sep 8 11:07 .

drwx------ 7 tds tds 4096 Sep 8 11:07 ..

drwxrwxr-x 2 tds tds 4096 Sep 8 11:07 conf

drwxrwxr-x 2 tds tds 4096 Sep 8 11:07 dav

drwxrwsr-x 2 tds tds 4096 Sep 8 11:19 db

-r--rw-r-- 1 tds tds 2 Sep 8 11:07 format

drwxrwxr-x 2 tds tds 4096 Sep 8 11:07 hooks

drwxrwxr-x 2 tds tds 4096 Sep 8 11:07 locks

-rw-rw-r-- 1 tds tds 376 Sep 8 11:07 README.txt

However, when I try to checkout the repository I get an error:

$ svn co svn+ssh://localhost/home/tds/repository/TDS/trunk TDS
mwindhouwer@localhost's password:
svn: Can't open file '/home/tds/repository/TDS/trunk/format': Permission
denied

Am I missing a specific setup step?

Any help will be appreciated,

Menzo Windhouwer

-- 
Menzo Windhouwer, Theoretische Taalwetenschap (UvA)
kamer 306, Spuistraat 210 (Bungehuis) 1012 VT A'dam
telefoon:020 525 3104, e-mail:M.A.Windhouwer@uva.nl
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Sep 8 12:04:12 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.