Community Tip - Learn all about PTC Community Badges. Engage with PTC and see how many you can earn! X
Recently I came to the idea to use si annotate to find out in which revision of a member a string has been introduced.
(Formerly I used "si projectco --nolock" to check out all revisions in an own script)
si annotate member.c | findstr "New_Function" |
My question:
Is my approach suitable to find out in which revision a certain keyword has been introduced, or can such information
get lost in the annotated view?
What about other questions like finding out in which revisions a keyword is not beeing used?
Regards Jürgen