Hi,

> IIRC, Subversion is calculating that delta on the fly, so it can't exactly
> hand you up-front the length thereof.  Could you use a temporary file on
> disk (and a stat() call for the filesize) instead of in-memory storage as
> your go-between?

I see. Writing to filesystem and measuring size is inefficient as
well, but I suppose I could do that if there's no other alternative.

-- Ram

Reply via email to