JohnstonCode / svn-scm

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

Unable to revert folders with children #573

Closed JohnstonCode closed 5 years ago

JohnstonCode commented 5 years ago
[3813]$ svn: E155038: Try 'svn revert --depth infinity' instead?
[3813]$ svn: E155038: Can't revert '/home/cjohnston/dev/test/3813/src/js/intl-tel-input' without reverting children[3813]$ svn info --xml /home/cjohnston/dev/test/3813/src/include/smarty/templates/mydetails/edit_details.tpl
JohnstonCode commented 5 years ago

:tada: This issue has been resolved in version 1.48.6 :tada:

The release is available on:

Your semantic-release bot :package::rocket:

jacobweber commented 5 years ago

Was it intentional that you should see the "select revert depth" menu when you select Revert Selected File (or the Revert arrow button) on a single file?