[closed] Query files in snapshot from SCM CLI - change kind
Hi Team,
is there a way to retrieve the kind of change a file underwent between two snapshots from the SCM CLI? You can do a diff and find out which files changed. But my customer needs a more elaborate report, saying which files were added, which were deleted and which were modified between two snapshots.
Any way to do it from CLI? Or API?
Or do I have to script it?
- Arne
is there a way to retrieve the kind of change a file underwent between two snapshots from the SCM CLI? You can do a diff and find out which files changed. But my customer needs a more elaborate report, saying which files were added, which were deleted and which were modified between two snapshots.
Any way to do it from CLI? Or API?
Or do I have to script it?
- Arne
The question has been closed for the following reason: "Duplicate Question" by abister Jun 19 '12, 3:27 a.m.
One answer
Ok, I did answer my own question in another thread. Yes, it needs to be scripted, using lscm commands.