Extension doesnt work with auth
See original GitHub issue- VSCode Version: 1.19.0
- OS Version: Ubuntu 16.04
- Extension Version: 1.4.6
- System Language: English (US)
Seeing this every time I launch VSCode:
Using svn 1.9.3 (r1718519) from svn
[.cmaketools.json]$ svn info --xml
[project]$ svn info --xml
[src]$ svn stat
[src]$ svn ls http://<redacted>/trunk --depth empty
[src]$ svn ls http://<redacted>/branches
[src]$ svn ls http://<redacted>/tags
svn: E170013: Unable to connect to a repository at URL 'http://<redacted>/tags'
svn: E215004: No more credentials or we tried too many times.
Authentication failed
svn: E170013: Unable to connect to a repository at URL '<redacted>/branches'
svn: E215004: No more credentials or we tried too many times.
Authentication failed
svn: E170013: Unable to connect to a repository at URL '<redacted>/trunk'
svn: E215004: No more credentials or we tried too many times.
Authentication failed
[project]$ svn info --xml
Please note, the errors disappear after I manually execute svn up
in the working copy.
Issue Analytics
- State:
- Created 6 years ago
- Comments:40 (33 by maintainers)
Top Results From Across the Web
Troubleshoot Authorization Extension - Auth0
The authentication results in a token contain group information but not roles or permissions information. If this happens, chances are that you created...
Read more >Authentication issues with extension - ServiceNow Community
So here's my steps and I'm getting those auth issues every time;. Open terminal. Make folder "nowtesting" Change directory to nowtesting. mkdir nowtesting...
Read more >Oauth authentication error in chrome extension - Stack Overflow
All I need is the user's name and profile pic. However, whenever I click the Allow Access button on the authorization page it...
Read more >How I Handle Authentication in My Chrome Extension
... ID token 08:06 - Refresh token setup + problems 12:48 - Share auth between Chrome extension and website 14:10 - Access Token...
Read more >Extension AUTH : How to give defau… - Apple Developer
The issue lies here is that until user does not grant for "Always Allow on Every Website" (I mean grant permission for https://www.OURDOMAIN.com/extension?...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Working on this now
@JohnstonCode, my idea:
http://
andsvn://
, use the arguments--username
and--password
svn+ssh://
, usesshpass -p
Flow: For commands without a remote query, do not use authentication, like,
add
,info
,status
(Note: check revionHEAD
)For commands with a remote query:
svn info -r HEAD