2
How can I do a search for all the changes made to a file type (in my case *.js) in a range of revisions.
Best explained:
I have a client saying that after an upgrade in the software a functionality stopped.
All the code is in an SVN repository. Right between the old version and the new one, something was done improperly. I have the old revision and the new ex: rev1900 ~ rev2100, now what I need to do is to search within that range all *.js type files that have been changed.