0

I made my entire local workspace read-write then edited a couple of files.

When I run tfpt.exe online with the /diff option (with /preview) tfpt reports that all my local workspace files will be pended as edits.

The files are all XML but witout an XML file name extension.

Any ideas please?

Thanks.

jessehouwing
  • 106,458
  • 22
  • 256
  • 341
Mark Matten
  • 381
  • 3
  • 15

2 Answers2

3

After having executed tfpt online, try a tfpt uu to undo all files that are unchanged.
This should result with only the files you have edited in pending changes list.

pantelif
  • 8,524
  • 2
  • 33
  • 48
0

Pantelif solution is the simplest one. tfpt online, even with diff flag treats any RW file as modified.

MichalMa
  • 1,230
  • 6
  • 14