问题
I'm newish to TFS and am working with VS and TFS 2010 RC releases. In every other DIFF tool I've used in the past I have had options for configuring how to treat whitespace differences, among other things. Where are these options when working with VS2010 and TFS2010?
Thanks!
回答1:
Your best choice when using the compare features in VSTS is to plug in your favorite 3rd party compare tool. Like, Beyond Compare, Araxis Merge, whatever. Then these settings are much more natural to you if you are familiar with the product.
回答2:
I have found these two blog posts to be immensely helpful. I have integrated DiffMerge as my Diff tool and it integrates perfectly using the settings from James Manning's blog post.
- James Manning with Integration Settings
- Buck Hodge's higher-level post with other useful links
For DiffMerge, the parameters I used were:
/title1=%6 /title2=%7 %1 %2
来源:https://stackoverflow.com/questions/2524346/where-are-vs-tfs-2010-diff-options-at