-
-
Notifications
You must be signed in to change notification settings - Fork 90
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SVN prompts for login constantly #552
Comments
Same problem here. VS Code runs on Debain 9 x64 hosted in VMWare virtual machine on Win10 1709 VSCode version: 1.33.1 It seems a |
I've had to disable the extension to avoid getting interrupted all the time. (Also: it looks like the auth handling doesn't properly integrate with key stores. When I first run the command-line svn client, it will ask to unlock my Gnome keyring (I connect via SSH and that's not done automatically). The prompts in VSCode never did, suggesting they never tried to use the keyring.) |
If Gnome keyring isn't supported, the extension really isn't usable in our environment, which is a shame. |
I am working on this issue to stop prompt login contantly, I will make a vsix to test |
About GNOME Keyring, see #188 |
@DavidA2014 @Zastai @Zevensoft @MichaelSuen-thePointer Can test with svn-scm-1.54.1.vsix.zip? |
@edgardmessias I do have 1.54.1 installed but I see:
|
My VSIX has a modification to test |
Thanks, the modified vsix indeed seems to have fixed the issue. I did notice, however, that the extension doesn't seem to ignore ignored files:
|
🎉 This issue has been resolved in version 1.54.2 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Thank you |
Thank you very much |
Am I the only one this issue has reappeared for recently in 2.3.0? VSCode 1.41.1 |
You are not alone, this issue still appear in my Linux virtual machine, but not on the host Windows. When the vm is unfocused for a while, this issue appears, a manual 'svn update' will resolve that, so Im not care about it any more. |
Same here ! Windows 10, extension version is 2.13.6. It is good extension, it helps a lot, but this is killing me since I have more then 10 projects on SVN and I need to put credentials constantly. Is there any solution ? My mistake, sorry. One of those SVN projects had bad credentials (projects are from different SVN servers) and this extension was constantly asking me for credentials but for this SVN not for other. If there was some kind of info for which SVN repo extension was asking for credentials I would see this much earlier, maybe that can help. |
In Git, create a Personnel Access Token (PAT) with all access rights and when the Authentication screen pops up, use the PAT as password. |
Issue
vscode will ask for login credentials for every repository every few minutes, even if given correctly. Its very annoying when you're trying to do something and vscode keeps promping for information that has been given 50 times already.
Steps to Reproduce
SVN Output
(For each repository)
[repo1]$ svn info --xml /datalocal/[redacted]
[repo1]$ svn: E170013: Unable to connect to a repository at URL 'http://[redacted]/repos/branches/[redacted]'
[repo1]$ svn: E215004: No more credentials or we tried too many times.
[repo1]$ Authentication failed
The text was updated successfully, but these errors were encountered: