That would be very useful to be able to show-paths just for the target and control the depth.
Thanks, - Mark -----Original Message----- From: Julian Foad [mailto:julianf...@btopenworld.com] Sent: Friday, August 23, 2013 5:48 AM To: Ben Reser Cc: Patrick Sawyer; dev@subversion.apache.org; Support Team Subject: Re: Provide a svn log -v with the option to filter out changeset's I would suggest: svn log TARGET [SUBTREE...] --depth=D // report each rev that affects a path within any subtree to depth D --diff // diff of each subtree, each to depth D --diff-all // diff of whole commit --show-paths // changed-paths of each subtree, each to depth D --show-all-paths // changed-paths of whole commit -v/--verbose // alias for '--show-all-paths' Thoughts? - Julian