'TortoiseSVN: How to get a list of all revisions that update files in specific directories

Say I have a project with the following structure:

Some-Project
> src
> inputs
> outputs
> docs
> libs

How can I get a list of all SVN revisions where updates are made to any code files in 'src' or any input files in 'inputs' using TortoiseSVN if possible?

The only thing I can think of is to go into the 'src' and 'input' folders individually then use TortoiseSVN -> Show Log and then manually tally up the revisions but that is very inefficient.



Solution 1:[1]

If you open the Revision Log dialog for src or inputs you will only see the commits that touched contents of these directories. The same applies to running svn log.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 bahrep