Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a way to prevent saved authentication in Tortoise SVN

I am using Tortoise SVN, and I tend to have my own username/password stored in it's saved data so that I don't have to authenticate each time.

Trouble is, we have a number of scripts, Final Builder projects and things that use another username - and so this overwrites my own username in the saved data.

Then I go to make a commit and find that it has done it using the other username.

I know that I can manually clear the saved state, but half of the time I forget. I don't mind authenticating each time if necessary, so is there a way to prevent Tortoise SVN from caching at all?

like image 791
Fiona - myaccessible.website Avatar asked Nov 30 '22 06:11

Fiona - myaccessible.website


1 Answers

TortoiseSVN 1.9.3, Build 27038 - 64 Bit.

TortoiseSVN->Settings->Advanced: Option "AllowAuthSave" value change to "false"

preview Settings

like image 119
Sobul Avatar answered Dec 09 '22 09:12

Sobul