Branko Čibej <br...@apache.org> writes: > The svndiff version is embedded in the first 4 bytes of the window data > and should be parsed from there.
When we store the data in the raw window cache the svndiff version isn't part of the stored data. When we subsequently retreive the data from the cache the svndiff version is no longer available. I think the raw window cache may have to be modified to include the svndiff version. -- Philip