views:

75

answers:

1

I am trying to set up an svn repository on a linux server. What permissions do I need to set so users within a group are able to checkout/update/add to the repository using their unix login/password over ssh on TotoiseSVN? I tried setting 770 and it does not seem to work.

+1  A: 

The permissions are correct. TortoiseSVN was simply asking for login multiple times (basically each request it had to make to the server). So I am now using a private key based authentication using Putty/Pageant and TortoisePlink.exe.

Eqbal
First time I've seen something answer their own question, even when no other answers had been given yet. Nice progress!
Silmaril89
Yeah, well I kept tinkering around after asking this question and figured it out before anyone else answered it.
Eqbal