svn-scm
svn-scm copied to clipboard
No file changes are shown in editor if local path does not match working copy path
trafficstars
- VSCode Version: 1.48.0
- OS Version: Linux Mint 19.3 Tricia
- Extension Version: 2.12.3
- System Language: English
- SVN Version: 1.9.7 (r1800392)
Issue
I work from home, working dir is mounted over sshfs. Absolute path from svn repo does not match local path.
Local path: /home/<home user>/Work/repo/file.c
Working Copy Root Path: /home/<work user>/Work/repo/file.c
Steps to Reproduce
Not sure if this is correct way to reproduce
- checkout svn repo
- rename repo folder
SVN Output
svn info --xml /home/<home user>/Work/repo/file.c
<?xml version="1.0" encoding="UTF-8"?>
<info>
svn: E155007: '/home/<home user>/Work/repo/file.c' is not a working copy
I have the same issue. I'm using SVN on a PlatformIO project, and I have this same issue, as the code is in an "src" folder. TortoiseSVN recognises that the files are different, but this extension doesn't, although it works properly if it's uninstalled/reinstalled until the next VSCode restart.