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.
I am trying to set up an svn repository on a linux server. What
Share
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.