Here is the situation: One man checked out repository and now I have to update some of the folders. Problem is that he left and no one knows the password. So, I would like to use my own account. I execute this command:
svn up --username (my_user_name) --password (my_password) --no-auth-cache
SVN asks for my password and SVN doesn't accept it. It looks like my credentials are ignored and original credentials are used (the one who did check out). I tested my account doing check out in /tmp
and worked fine.
Why SVN does not accept my credentials while doing update?