We have an intranet site backed by SVN, such that the site is a checkout out copy of the repository (working folder used only by IIS). Something on the site has been causing problems today, and I want to know how to find out what was checked out to that working folder in the last 48 hours.
Update: If there's an option I need to turn on to enable this in the future, what is it?
Also, as a corollary question, if I have to use the file creation time, how can I do that quickly in a recursive manner for a large folder?
If I have to check creation times, then this question will be helpful to the solution as well.