> -Original Message-
> From: Daniel Shahaf [mailto:d...@daniel.shahaf.name]
> Sent: Thursday, March 30, 2017 3:41 PM
> To: Andrew Reedick
> Cc: horst.schl...@gmx.de; users@subversion.apache.org
> Subject: Re: How to checkout only the changes
>
> 'vsvn diff --summarize' or 'svn log -qv' would be better. (They're O(1) as
> opposed to O(revision size).)
Unfortunately, neither one differentiates between directories and filenames
(unless you go with --xml.) And exporting a dir will grab a bit more than what
we wanted. Unless of course the contents of new directories count as changes.
Which would be a requirements question for the OP.