JohnstonCode / svn-scm

SVN support for VS Code
MIT License
208 stars 84 forks source link

SVN not found, but svn.path has it set #1625

Closed cp1220 closed 5 months ago

cp1220 commented 5 months ago

Issue

Steps to Reproduce

  1. Install extension
  2. start VSCode

SVN Output


Paste here content of "View >> Output >> OUTPUT >> SVN"
```Svn installation not found.

settings.json
{
    "security.workspace.trust.untrustedFiles": "open",
    "github.allowUnsafeSSL": true,
    "git.enableSmartCommit": true,
    "shellformat.path": "/home/user1/bin/shfmt_v3.7.0_linux_amd64",
    "workbench.settings.applyToAllProfiles": [
        "shellformat.path",
        "shfmt.executablePath"
    ],
    "[shellscript]": {
        "editor.defaultFormatter": "mkhl.shfmt"
    },
    "shfmt.executablePath": "/home/user1/bin/shfmt_v3.7.0_linux_amd64",
    "liveServer.settings.donotShowInfoMsg": true,
    "liveServer.settings.donotVerifyTags": true,
    "svn.path": "/usr/bin/svn"
}
## Screenshots ##
![Screenshot from 2024-03-14 08-19-33](https://github.com/JohnstonCode/svn-scm/assets/63594581/910b78fe-c372-44c0-b86d-fa7ece81bc65)
cp1220 commented 5 months ago

It is only an issue with the Flatpak version. I installed the code RPM from Microsoft and the extension works fine.

JohnstonCode commented 5 months ago

I think flatpaks do have some restrictions. Glad its working for you now.