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.
views:
75answers:
1
+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
2010-04-15 21:19:58
First time I've seen something answer their own question, even when no other answers had been given yet. Nice progress!
Silmaril89
2010-04-15 21:23:05
Yeah, well I kept tinkering around after asking this question and figured it out before anyone else answered it.
Eqbal
2010-04-20 21:45:11