-
-
Notifications
You must be signed in to change notification settings - Fork 89
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
Opening a revision in tree view fails for commits with "propset" on "/" #640
Comments
Not able to reproduce. @ThelloD this still an issue for you? |
Sorry I didn't reply to your question back in 2019 @JohnstonCode, I must have missed it! (wow, what an old issue that came up again... 😄) I just tried to reproduce the issue, and the behavior still remains the same:
In VS Code, the previous error message "Invalid _path" is displayed again, when trying to unfold the latest revision. (In the example above: r2) The SVN extension was installed in VS Code just now, so the latest available version ( The bug isn't that severe since it's rather a "cosmetic" issue and e.g. won't affect file integrity etc., but it's definitely still present. |
Thank you for the re-production steps |
Issue
Tree view of revisions fails to open for revision where properties have been changed on "/" with error message "Invalid _path".
Likewise, the extension can't handle property changes with the path "/" properly.
Steps to Reproduce
svn propset svn:ignore "ignore-me" .
svn ci
)SVN Output
Output is generated when opening the subversion view
Clicking on the unfold triangle does not produce any new output but triggers the error message.
Screenshots
The text was updated successfully, but these errors were encountered: