JohnstonCode / svn-scm

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

fix: Use path.posix to handle uri related paths #1598

Closed azuo closed 1 year ago

azuo commented 1 year ago

Fix #1232.

Uris with Windows native path.sep are not valid, which causes svn.log, svn.openHEADFile and svn.searchLogByRevision commands to not work on Windows.

JohnstonCode commented 1 year ago

Sorry for the delay. I'll have a look at this tonight

JohnstonCode commented 1 year ago

:tada: This PR is included in version 2.16.1 :tada:

The release is available on:

Your semantic-release bot :package::rocket: