svn-scm
svn-scm copied to clipboard
Svn repo history diff of deleted files doesn't work
- VSCode Version:
- OS Version:
- Extension Version:
- System Language:
- SVN Version:
Issue
Steps to Reproduce
SVN Output
Paste here content of "View >> Output >> OUTPUT >> SVN"
Screenshots
What would you want the diff to be against?
Diff should be against revision @ when file was alive
a diff needs to be two revisions so which other revision should it be against? it cant be base or head because it doesnt exsists there anymore.
Nevermind i see what the issue is
from poking around the issue seems to be the use of cat. Normally it uses svn cat -r 19 /test/file/blah where it needs to be svn cat ^/trunk/test/file/blah@19
Yes, that was exactly how I tried to fix in a PR, but that did cause a lot of regressions and API has become clumsy. Currently I'm working at this issue