[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

RE: Provide a svn log -v with the option to filter out changeset's

From: Mark Moe <markmoe19_at_gmail.com>
Date: Fri, 23 Aug 2013 09:26:06 -0500

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:julianfoad_at_btopenworld.com]
Sent: Friday, August 23, 2013 5:48 AM
To: Ben Reser
Cc: Patrick Sawyer; dev_at_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
Received on 2013-08-23 16:26:39 CEST

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.