On Wed, Aug 15, 2018 at 7:10 AM Ryan Schmidt <subversion-2...@ryandesign.com> wrote:
> > > On Aug 15, 2018, at 03:02, Daniel Shahaf wrote: > > > svn cat filename.c@BASE > filename.c.old > > > > but a better way to achieve what you're trying to do is to use a custom > diff-cmd. > > Right. As an example, here's the "svnbbdiff" script I use Thanks, that's exactly what I needed (svn cat and the script example). One use case (and one reason why I want to fetch the file into a working directory) is to deal with binary formats, where it becomes necessary to open both files in the program that understands their format and compare visually. Thanks again for the script. That's a good starting point. >