Comment 7 for bug 235776

Revision history for this message
Martin von Gagern (gagern) wrote :

Status update on what's happening with this bug here.

bzr-svn is designed not to force connection to the root of the repository in order to avoid bug #80553. As svn-1.5 no longer allows access to the log of / from any connection, the log cache had to be redesigned to work with partial logs. This has the added benefit of not requiring full logs when working on a small part of really large projects. It makes the cache handling more complicated, though, and in some situations cached data has to be re-requested.

The related branch svn-1.5 contains a proposed solution for this issue, so have a look at its merge status.