TortoiseSVN is not saving my auth details even when I check the save authentication check-box, and asking me to enter username and password every time I access it.
How can I fix this. Thanks.
|
|
|||
|
|
|
Easiest solution found from here:
for instance mine is
I have tried this and Tsvn doesnot asks you for password for update or commit. I hope this helps. |
|||||
|
|
If that helps, I had the same issue and I simply deleted this folder:
Next time I logged in it was created anew and my password was properly saved. |
|||||
|
|
If you're using |
|||||
|
|
Considering TortoiseSVN save the authentication informations in the:
(see Where does TortoiseSVN save password cached files in Windows 7?) You could check if you have any right issue in those directories (try to create a file in it). |
|||
|
|
|
Here is what worked for me: in TortoiseSVN > Settings > Saved Data, click the Clear button near Authentication Data. |
|||
|
|
|
If you have applications programmatically accessing Subversion, for instance via SharpSVN or SVNKit, your local authentication cache could be getting modified. There's a simple fix for this--uncomment the following line in Subversion's local config file
This file is usually stored within the 'Application Data' directory. (Which is a hidden directory by default--unhide hidden folders in folder options). In XP and depending on your installation, this directory is usually at
If this config file is not available in your version of TortoiseSVN you have to configure the same setting in the 'servers' file (within the same directory) as a group-based authentication setting. Portions of the config file have been deprecated since my build. My group is using TortoiseSVN 1.6.0, Build 15855. |
|||
|
|
|
I had exactly the same issue... Had to add the following to my %APPDATA%\subversion\servers store-passwords = yes ( i also added store-auth-creds = yes store-plaintext-passwords = yes for good measure) |
|||
|
|
|
I've found the easiest/best way to do this is check out the repository using a URL like:
Putting the user name in there makes TortiseSVN/Plink use it in the future automatically. Combined with Pageant, you don't have to worry about anything. And it's not global so you can have different user names for different repositories. |
|||
|
|
