How can I summarize changes between the current revision of a source tree in SVN and a copy of the source tree that is about one month old that has had all the .svn files removed?
I made this a working copy by doing a --depth=empty checkout, copying files into empty directory, and then doing svn add *. Only about 20% of the files should have changed. I can't seem to figure out an incantation to get a diff summary.
svn diff --summarize looks promising but it says "can only compare repository to repository"?
Can someone assist before I scratch a whole in the top of my head? :-)
... hippo-dancer