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