Idea submission svn has been loading

Looking through the previous work diary, I found a problem encountered before and record it:

idea Use svn problem: every time you operate, you will be prompted to enter the user name and password, and then continue to load

 

 

There is no problem with various operations in the folder. In the idea, every time you are prompted to enter the user name and password, it has been loading, the history cannot be viewed, and the update has been loading. The other items in the idea can only have one item.

Baidu has tried many methods and tried many methods

method one:

Delete the svn connection, reconnect, re-upload the project, re-checked out, check out-------No

Method Two:

idea-->file-->Invalidate Caches /Restart Clear the cache and restart-----No

Method three:

setting - subversion --clear authCache clear cache ------- No

Method four:

Desktop--Right click--TortoiseSVN---settings--Saved Data--clear clear saved data--no

 

Reference solution:

Delete the files in the directory C:\Users\Current Account\AppData\Roaming\Subversion\auth, then restart the idea tool, re-enter the account password to connect---->but it still can’t. 

The svn.simple under auth does not store the input connection account password. The folder connection is successful, and a connected user data file svn.simple is also saved in the file. It is still not possible to re-enter the idea.

 

 

Finally check the svn configuration of idea:

setting-->Version Control-->Subversion

Hey~

Found that there is a problem with the path in the User custom configuration directory

The path here is not my \AppData\Roaming\Subversion path,

Reselect the path C:\Users\Current Account\AppData\Roaming\Subversion\auth, and it really works. When I think of it, I changed my computer during the period, but I didn’t know why it was still the original path. In short, solve~

 

 

 

When encountering problems, we rely on experience on the one hand, methods on the other, and the most important way of thinking.

 

 

The wisdom of life lies not in the answers, but in the questions. The person who can ask the questions can solve the problems by himself (forgot the source, forgive me)

 

 

 

Guess you like

Origin blog.csdn.net/qq_28288835/article/details/108683539