I want to do
svn update /Users/radek/Sites/3.0.5/ -r HEAD --force
without the need of typing the password.
svn connects to our repository server but I am not sure under what username (how can I find out?). I guess it would be either root or radek
The password I type for svn to proceed is the same like root's one on repository server so I added my public key to root's authorized_keys file. So I ssh to repository server without typing password but it did not affect svn asking for password at all. The password of user radek on repository server is different to the one I type for svn up
If I commit something form Eclipse the author is radek.
Solution
svn info
told as which user I have to log in into repository server and then I added public key to its authorized_keys file. Now I do not have to enter pass when using svn.