Another "this ought to be easy but I don't know how to do it" question ...
We have an SVN repository with many many branches. Is there any way to ask a question like "What are all the commits I did in the last week against all branches?" or "What are all the revisions that include changes to file X across all branches?"
I can do a log on a particular branch and search it to get answers to questions like this for one branch, but how do I ask questions like this where the answer may span multiple branches?