-
-
Notifications
You must be signed in to change notification settings - Fork 92
Closed
Labels
Description
- VSCode Version: 1.23.1
- OS Version: macOS Sierra 10.12.6
- Extension Version: 1.29.0
- System Language: IT
- SVN Version: 1.8.13
Issue
I did a commit of my working copy from within VS Code with changes to the "svn:externals" property. After the commit I found out that the changes to the property were not committed. Also from the VS Code user interface it looks like the working copy has no modifications, but if I do "svn stat" or "svn diff" from the command line I see the changes to the "svn:externals" property.
Steps to Reproduce
- Checkout a working copy.
- Modify some source file and the "svn:externals" property.
- Commit using the "Commit changes" button in VS Code.
- Do "svn stat" on the working copy. You will see that "svn:externals" is still modified.