TortoiseSVN client requests credentials every time

I use TortoiseSVN as a client and it asks for credentials for each action. Keep Authentication doesn't help much. How can I make it not ask for credentials every time?

+3
source share
2 answers

I had the same problem. I'm not sure why the confusion occurs, but if you clear the Subversion cache, it will start working again.

Delete the following folder: [docs and settings] [UserID] \ Application Data \ Subversion \ auth

The \ auth folder will be restored at the next authentication, and the "Save Authentication" checkbox should start working again.

+3
source

Source: https://habr.com/ru/post/1794581/


All Articles