svn-scm
svn-scm copied to clipboard
Local changes not picked up
- VSCode Version: 1.53.1
- OS Version: macOS 11.2
- Extension Version: 2.13.5
- System Language: en
- SVN Version: 1.14
Issue
Changes in the local working copy are not recognized as such ("There are no changes to commit.") wenn svn stat
shows the list of changed files. Also, commiting a change works, yet the list of local changed files stays displayed, along the just used commit message.
Refresh icon doesn't refreshes the list of changes. Restarting the VSCode refreshes then the list finally.
Steps to Reproduce
- edit and save the local working copy file
- the list of changes in the Subversion extension pane stays unchanged
or
- commit a working copy file changes
- the list of changes stays filled with the just already commited list and commit message (
svn stat
is clean)