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

Re: Bug with SVN::Client::diff() and in-memory files

From: David Glasser <glasser_at_mit.edu>
Date: 2006-11-08 17:39:46 CET

On 11/8/06, Malcolm Rowe <malcolm-svn-dev@farside.org.uk> wrote:

> Just to clarify: we're talking solely about the filehandles passed as
> the output and error 'streams' for diff, not anything related to the
> input files (which yes, need to be mmapable).

An attempt to bump svn_client_diff to use svn_streams turns into a
need to do the same to svn_io_run_diff, which then implies
svn_io_run_cmd, which then implies svn_io_start_cmd, which does
certainly appear to start doing file-specific things. That's probably
the place to look.

--dave

-- 
David Glasser | glasser_at_mit.edu | http://www.davidglasser.net/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Nov 8 17:40:16 2006

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.