Very first hit by google for “svn log date range”: http://svn.haxx.se/users/archive-2006-08/0737.shtml
So
svn log <url> -rwill get
{2008-09-19}:{2008-09-26}
all changes for the past week,
including today.
And if you want to generate reports for a repo, there’s a solution: Statsvn.
HTH