Skip to content
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 ask for username and password - just message can't update #849

Closed
jiramares opened this issue Mar 3, 2020 · 7 comments · Fixed by #850
Closed

No ask for username and password - just message can't update #849

jiramares opened this issue Mar 3, 2020 · 7 comments · Fixed by #850
Labels

Comments

@jiramares
Copy link

  • VSCode Version: 1.42.1
  • OS Version: openSUSE LEAP 15.1
  • Extension Version: 2.10.4
  • System Language: EN
  • SVN Version: 1.10.6

Issue

Until I login into subversion server from command line all actions in visual studio code returns error.

Steps to Reproduce

  1. Run VS Code
  2. Try to update from server

SVN Output

$ svn update --ignore-externals
$ svn: E170013: Unable to connect to a repository at URL 'https://ids/svn/repos/CARDS/CardsExchange-scripts'
$ svn: E215004: No more credentials or we tried too many times.
$ Authentication failed[CardsExchange-scripts]$ svn info --xml /home/jmares/workspaces/svt/CardsExchange-scripts
$ svn info --xml /home/jmares/workspaces/svt/CardsExchange-scripts
$ svn stat --xml --no-ignore --ignore-externals```

Screenshots

@edgardmessias
Copy link
Contributor

Related with atom/node-keytar#74

edgardmessias added a commit to edgardmessias/svn-scm that referenced this issue Mar 3, 2020
@JohnstonCode JohnstonCode linked a pull request Mar 3, 2020 that will close this issue
JohnstonCode added a commit that referenced this issue Mar 3, 2020
## [2.10.5](v2.10.4...v2.10.5) (2020-03-03)

### Bug Fixes

* Fixed no ask for username and password (close [#849](#849)) ([#850](#850)) ([856e736](856e736))
@JohnstonCode
Copy link
Owner

🎉 This issue has been resolved in version 2.10.5 🎉

The release is available on:

Your semantic-release bot 📦🚀

@jiramares
Copy link
Author

Thanks a lot, it is working now...

@jiramares
Copy link
Author

But after installing the new version ... when I log into svn (using visual studio code) I can't open or save any file and even can't close the vscode :(
How can I downgradu the extension to previous version?

@JohnstonCode
Copy link
Owner

Go to the extensions find svn. Click on the cog and select 'Install another version'

@jiramares
Copy link
Author

So it looks like both version of the plugin behave the same way. After logging into subversion using vscode (instead of command line subversion - e.g. using svn info -r HEAD) the editor can't read or save any file :(

@JohnstonCode
Copy link
Owner

try an older version

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants