How to get status of files from snapshot using SCM
Hello all,
I need to perform the following and generate a report :
1. Get all the changesets between two snapshots
2. Get all the files that belong to these smapshots
3. Get the state of these fiels (added / modified / deleted)
For point 1 and 2 I can use LSCM/SCM.exe and use the compare command with -fs option
How can I find the status of these files if this has been added / modified or deleted via command line?
All I can think of is load these two repository workspaces locally and use comparison tool to get the status. But this is a time consuming considering the # of files we have in the stream
Any ideas how I can achieve this?
We use RTC 3.0.1 on Windows
Thanks in advance
Karthik Krishnan
I need to perform the following and generate a report :
1. Get all the changesets between two snapshots
2. Get all the files that belong to these smapshots
3. Get the state of these fiels (added / modified / deleted)
For point 1 and 2 I can use LSCM/SCM.exe and use the compare command with -fs option
How can I find the status of these files if this has been added / modified or deleted via command line?
All I can think of is load these two repository workspaces locally and use comparison tool to get the status. But this is a time consuming considering the # of files we have in the stream
Any ideas how I can achieve this?
We use RTC 3.0.1 on Windows
Thanks in advance
Karthik Krishnan