How to search within an SVN repository for a change in a file type?

Asked

Viewed 1,259 times

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.

2 answers

0

I use the Tortoisesvn that makes these searches much easier...

Just right-click the folder containing your . js and select Tortoisesvn > Show Log and filter through the revision range.

It will show you all iterations by date, history, etc.

Tortoisesvn

0


Using the SVN Tortoise right click on the folder of your project and select the show log option, in the log window type .js in the search field above, select the show range option from the show button below and fill in the range of revisions you want to search for.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.