Skip to main content
1-Visitor
June 18, 2015
Question

Is it possible to run a report to find files which match specific criteria?

  • June 18, 2015
  • 1 reply
  • 887 views

Sometimes it is useful to find out which files of a project have been changed by which user in a certain period of time.

    1 reply

    1-Visitor
    June 23, 2015

    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