I'm managing a software package that is under heavy development by many people. However, some parts of the package may be no longer needed and could possibly be removed. A good indicator for this would be if no change happened for a long time. [You'll have to trust me on this. The collaboration I'm in has very strange working habits...]
How can I find out which files in an SVN repo did not change for a certain timespan?
I've found this question, which describes the inverse of my problem: List of files changed since a certain date using SVN
However, it's not clear to me how I could use the answers given to solve my problem. Any suggestions?