How to get SVN log to only display files in the current target
- by Mr Grieves
When looking at the log of a folder in Tortoise SVN, you can filter out files which aren't in the folder.
The checkbox says: "Hide unrelated changed paths".
How can I accomplish the same with svn log? I want the verbose output of the tool to not display file paths that aren't inside the current target.
Thanks