TF diff entire set of files at once rather than one at a time -


when run tf diff, either recursively or against shelveset, goes through file-by-file , runs tf diff <myitemspec>. have diff config set compare files using windiff.exe can handle list of files, running new instance of windiff every file annoying.

i remember being able run windiff against entire set of files @ once years ago, when working on project, using 2 different versioning systems (originally our project in tfs , transitioned proprietary versioning system, 1 i'm had functionality), maybe tfs never this.

tf folderdiff seems should answer, doesn't appear can set program runs, nor can specify shelveset. runs tf gui allows run configured diff program on single file @ time.

am remembering wrong , tf never this? there there hack/script can want to?

as here, https://stackoverflow.com/a/2166188/616827,

tf diff $/foo /version:c14317~c14318 /recursive /format:unified > foo.diff

  • $/foo specifies entire repo (not 1 file @ time)
  • /version compare 1 changeset against previous
  • /format optional

Comments

Popular posts from this blog

c# - Validate object ID from GET to POST -

node.js - Custom Model Validator SailsJS -

php - Find a regex to take part of Email -