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

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

Merged
merged 2 commits into from
Jun 19, 2023

Conversation

azuo
Copy link
Contributor

@azuo azuo commented Jun 15, 2023

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 JohnstonCode self-requested a review June 19, 2023 13:45
@JohnstonCode
Copy link
Owner

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

Copy link
Owner

@JohnstonCode JohnstonCode left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the work

@JohnstonCode JohnstonCode changed the title Use path.posix to handle uri related paths fix: Use path.posix to handle uri related paths Jun 19, 2023
@JohnstonCode JohnstonCode merged commit 1ea1b26 into JohnstonCode:master Jun 19, 2023
8 checks passed
JohnstonCode added a commit that referenced this pull request Jun 19, 2023
## [2.16.1](v2.16.0...v2.16.1) (2023-06-19)

### Bug Fixes

* Use path.posix to handle uri related paths ([#1598](#1598)) ([1ea1b26](1ea1b26))
@JohnstonCode
Copy link
Owner

🎉 This PR is included in version 2.16.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

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 this pull request may close these issues.

See commit messages command fails
2 participants