VSCode diff show changes with respect to the latest revision in the repository, not in relation to the local copy.
See original GitHub issue1.18.1 - VSCode Version: Windows 7 x64- OS Version: v1.3.2 - Extension Version: Russian cp1251- System Language:
Steps to Reproduce:
- SVN checkout in one place, for example
exampleFolder1
revision 4. - SVN checkout in other place, for example
exampleFolder2
revision 4… - Do some changes in folder
exampleFolder1
, do not commit. - Do some changes in folder
exampleFolder2
, commit them in trunk. Thats how we get revision 5. - Look into Changes mark in
exampleFolder1
, it will show to you diff between revision 4 and revision 5 plus your own changes into local copy.
So in my case SVNdiff gives one change in the file based on 50 revision.
But VSCode show a lot of changes made by my collegue. Actually 39 changes in gap of 50->64 revision.
I think thats not proper behaviour. I expect same result as SVNdiff gives.
Issue Analytics
- State:
- Created 6 years ago
- Comments:14 (8 by maintainers)
Top Results From Across the Web
Source Control with Git in Visual Studio Code
Tip: You can open VS Code in a sub-directory of a Git repository. VS Code's Git services will still work as usual, showing...
Read more >Version control in Visual Studio Code
In this tutorial, we will learn how to use the basics of Git version control in Visual Studio Code. For more information about...
Read more >Settings Sync in Visual Studio Code
You can always change what is synced via the Settings Sync: Configure command ... Show Conflicts: Selecting this will display a diff editor...
Read more >How can I see 'git diff' on the Visual Studio Code side-by-side ...
Pick the references, and then you will see the list of changed files and clicking one file will show its changes side to...
Read more >Browse Git repositories and compare branches in Visual Studio
Browse any Git repository in Visual Studio by using the Git Repository window. ... Browse through local and remote branches; Compare commits ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
After merge #55, I can start working to have option
Well, a lot of diffs very unconfortable for me. I expect see my own changes with respect to base revision of my local copy. In that way working tortoiseMerge, which could be called in context menu of file in local copy like
TortoiseSVN -> Diff
.