Hi,
I'm getting an assert in CCacheLogQuery::GetCache(). I believe it is reproducible:
- Disable log caching in the TortoiseSVN settings
- Start Project Monitor
- Click on the functional project, then on the non-functional project, then on the functional project again. The assert in GetCache() triggers.
I don't fully understand how the logcache works, but it seems the cache variable is not initialized with log caching turned off (which sounds reasonable!), however there should be no calls to the logcache objects. Or they should handle a NULL cache properly.
Anyone?
Kind regards,
Daniel