1

Using the "scm.exe" utility commands, it is possible to list the changed components using snapshot UUID?

I can get list of components, and I can get list of changes

But really can't find a way to get "list of changed components" within a given snapshot.

Thank you.

Marshal
  • 6,551
  • 13
  • 55
  • 91

1 Answers1

0

A snapshot is a static thing, it does not contain any notion of any previous state or snapshot. When you say "changed components", the question is really: changed compared to what?

You should be able to use the compare command to see what is different between the snapshot and either a second snapshot, or some other workspace or stream.

Andrew Niefer
  • 4,279
  • 2
  • 19
  • 22