-
Notifications
You must be signed in to change notification settings - Fork 11
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
No more credentials or we tried too many times #5
Comments
Under the hood it fires these commands (which I wrote using the TortoiseSVN documentation): To retrieve revisions against each line To grab the commit information against a specific revision Are you on Windows? I'll take a look into this, but I'm struggling to replicate. |
I have the same problem under ubuntu. And the same workaround worked as with @bardware. I open the vscode terminal and do an svn info that touches the repo. It prompts me for a username and password and after that svn blame works. |
I have same problem under MobaExterm tool. same workaround worked as with @bardware . Thanks. |
+1 I have the same problem on Windows 10 Pro, VS code 1.5, blamer 0.5.2. My credentials are correct. If I open a terminal and write "svn info" it gives me the info. Did not ask for the credentials, just refuses to connect every single time. |
Oh ok. So I have to write the full command above mentioned by the op. Entering just "svn info" was not enough. |
Pretty sure this used to work for me when I was in the office and working on Ubuntu 18.04.5 LTS distribution of Linux. |
Hello, I am accessing a Centos machine via SSH from a windows setup. Extension and authentication used to work just fine until I had to modify my SVN config on the Centos machine so as to use gnome keyring for authentication as per company policy. Then the extension stopped working and I started getting E170013 errors when using the remote setup (windows) from home. I am also using chris johnston SVN extension and it is not giving me such errors. The related issue in the SVN extension is JohnstonCode/svn-scm#188 Hope this helps |
Hello all, Let me describe my development environment:
I've tried the "svn info" commands as described in previous posts: from VSC terminal, from Win terminal, directly on the Linux device (connecting with Moba) and any other many combinations... SVN Blamer output doesn't provide too much information, just these kind of entries: Any suggestion? Thanks! |
On Ubuntu and probably many others the fix/workaround to this problem is fairly simple actually:
@vmesgmv @xsautejeau @guluguru @jstolte @bodydisplaynone |
Many Thanks @Austinhs !!! I confirm that it works, but just another question. I have to write the svn in plain text in that option (what I don't like too much). Is there any environment variable to use in that field? "svn --username= --password= Ideally I would like to have this: svn --username= --password= |
I believe you would need to add these additional flags to make that work (stackoverflow): Another wild idea if that does not work would be creating some bash function you can call that swaps out auth-keys or maybe even changes users for the svn execution since another user might have the key cached... but thats probably a bit much hopefully the above works 😄 |
Hi,
I install your plugin and start blaming via command palette and get the message:
No more credentials or we tried too many times. Authentication failed
Do I have to be authorized at the repo? Can I set my passowrd somewhere at the plugin. Will it ask for the password?
What SVN does the plugin use?
To be honest, I have TortoiseSVN and SliSkVN installed and available on the %PATH%. When I call
svn
on the command line TortoiseSVN is being invoked. In the bultin Terminal in VSCode I calledsvn info --show-item revision http://myhost/svn/myproject/trunk
and was asked for the password.Then your plugin worked nicely.
The text was updated successfully, but these errors were encountered: