Tagged Questions
4
votes
3answers
2k views
How to detect a file modifications with TFS?
It seems that when I use a tool (such as winmerge) to update my codebase... my Visual Studio Team System (VSTS) integration with Team Foundation Server (TFS) doesn't seem to pick it up.
How do I know ...
0
votes
0answers
25 views
How to copy all strings containing particular text in WinMerge?
I'm merging 2 files using WinMerge. And I need to keep the right file, only replacing all of its strings that contain particular word ("version_number") with the corresponding lines from the left ...