Community Tip - Stay updated on what is happening on the PTC Community by subscribing to PTC Community Announcements. X
Sometimes it is useful to find out which files of a project have been changed by which user in a certain period of time.
Hi Holger,
have a look to the rlog command
si rlog --rfilter=daterange::past:12:months -R --rfilter=author:"username" --sandbox="sandbox"
daterange could be also a range between two timestamps
you can also filter between two revisions
you can do this for project or sandbox.
have a look at Knowledgebase Article
CS151572