I have a project on my head where i need to track changes in SVN repository.
Repo is at https://***.***.local/***/etc/. The user will specify 2 dates, start and end, and my task is to get md5 sums of all files in the specified repo path (including all subfolders) at the start date and compare those to the md5 sums at the end date - and create the report for repo locations of files that changed (not what exact lines changed). I checked out a bunch of modules on cpan and didnt find anything suitable. Any suggestions on how to implement this the easiest way?