-
-
Notifications
You must be signed in to change notification settings - Fork 90
Open
Description
- VSCode Version: 1.26.1
- OS Version: Debian 4.18.10
- Extension Version: 1.54.3
- System Language: EN
- SVN Version: 1.10.4
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
- Open command line on root level of the SVN repository (not in a subdirectory)
- command line:
svn propset svn:ignore "ignore-me" .
- Commit (
svn ci
) - open VSCode, go to Subversion extension (tree view)
- Try to unfold latest revision
- Unfolding fails with error message "Invalid _path"
SVN Output
Output is generated when opening the subversion view
[svn-test-co]$ svn log -r HEAD:1 --limit=50 --xml -v file:///path/to/test/svn/repo
Clicking on the unfold triangle does not produce any new output but triggers the error message.