views:

18

answers:

1

every time when i run svn update, it askes me : reject, accept temporarily or accept permanently, every time i say permanently but nothing changes. what can be the problem??? could you please help me...

+1  A: 

Authentication credentials are stored in the user's local directory. If svn has no write access to it, it can't store the password even if you choose "save permanently".

Unicron
Indeed, although in about 90% of these situations, it's not write permissions (as they would be from the current user), but the fact the user in question has no home-dir.
Wrikken
thanks for your answer. problem solved
sponger