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 source control providers registered since version 1.47.0 #451

Closed
philwlms opened this issue Jan 7, 2019 · 4 comments
Closed

No source control providers registered since version 1.47.0 #451

philwlms opened this issue Jan 7, 2019 · 4 comments
Assignees

Comments

@philwlms
Copy link

philwlms commented Jan 7, 2019

  • VSCode Version: 1.30.1
  • OS Version: Windows 10 Pro
  • Extension Version: 1.47.0
  • System Language: English
  • SVN Version: TortoiseSVN 1.11.0

Issue

No more SVN source control in VS Code since version 1.47.0, when rolling back to version 1.46.4, it works.

Steps to Reproduce

  1. Install version 1.47.0 of the extension

My code is located on a Linux virtual machine (running in VirtualBox on the same PC than VS Code) with a SMB share at the IP address: 192.168.56.23

SVN Output

With version 1.47.0

Using svn "1.11.0" from "C:\Program Files\TortoiseSVN\bin\svn.exe"
[Checksum]$ svn info --xml \philippe\TBoxLinux\Addons\Checksum\Checksum.c
svn: E155007: '\\192.168.56.23\philippe\philippe\TBoxLinux\Addons\Checksum\Checksum.c' is not a working copy

With version 1.46.4

Using svn "1.11.0" from "C:\Program Files\TortoiseSVN\bin\svn.exe"
[Checksum]$ svn info --xml
[Checksum]$ svn cat \\192.168.56.23\philippe\TBoxLinux\Addons\Checksum\Checksum.c
[Checksum]$ svn stat --xml --no-ignore --ignore-externals --show-updates

Screenshots

@JohnstonCode
Copy link
Owner

I will need to have a look into this

@christierney402
Copy link

I am also having this issue. New install. v1.47.1 on VS Code 1.30.2 running Windows 10. Seems this extension is unusable in its current state.

@JohnstonCode JohnstonCode self-assigned this Mar 14, 2019
JohnstonCode added a commit that referenced this issue Mar 14, 2019
JohnstonCode added a commit that referenced this issue Mar 15, 2019
## [1.47.2](v1.47.1...v1.47.2) (2019-03-15)

### Bug Fixes

* Fixed windows network drive issues ([#497](#497)) ([6a6c846](6a6c846)), closes [#466](#466) [#451](#451) [#494](#494)
JohnstonCode added a commit that referenced this issue Mar 15, 2019
## [1.47.2](v1.47.1...v1.47.2) (2019-03-15)

### Bug Fixes

* Fixed windows network drive issues ([#497](#497)) ([6a6c846](6a6c846)), closes [#466](#466) [#451](#451) [#494](#494)
JohnstonCode added a commit that referenced this issue Mar 15, 2019
## [1.47.2](v1.47.1...v1.47.2) (2019-03-15)

### Bug Fixes

* Fixed windows network drive issues ([#497](#497)) ([6a6c846](6a6c846)), closes [#466](#466) [#451](#451) [#494](#494)
@JohnstonCode
Copy link
Owner

Should be fixed in latest release

@philwlms
Copy link
Author

Thank you, I confirm that it works with the latest release ;)

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

No branches or pull requests

3 participants