Whenever developer tries to debug the code they wanted to know list of files created and modified from particular day . I use
cleartool find command with created_since , but it finds only the files which are created not modified.
How to find both?
|
Whenever developer tries to debug the code they wanted to know list of files created and modified from particular day . I use cleartool find command with created_since , but it finds only the files which are created not modified. How to find both?
| |||
|
feedback
|
|
The cleartool find command can give you what you want, provided you look for versions created since a date, not element (file or directory). See "Additional examples of the cleartool find command":
Since you are in UCM, you can limit that search to a specific branch name (corresponding to a specific Stream)
Add the user in this request:
And you should get what you need for a developer for a given Stream and date. | |||||||
feedback
|