tags:

views:

59

answers:

2

Hi,

When I issue svn update command on directories with the same user and group permissions, sometimes I get password prompt and sometimes I don't. How can I go about debugging this? What triggers such authentication on what seems to me directories with same permissions?

thanks!

A: 

With svn+ssh protocol the ssh component will ask you for the password.
How to setup ssh that it will not ask for a password.

Turbo J
A: 

Put your username/password (your svn account) directly into the command line:

svn --username <> --password <> update
Pmod
thanks Pmod, tried it but still asks for password
camokatu