"tdkim" <tdkim_at_unimo.co.kr> wrote on 31.03.2008 07:25:22:
> > > Is this bug or my mistake?
> > 
> > A mistake: by copying your repository, you created a new repository 
with
> > the same UUID as the old one. And since every repository *must* have a
> > unique UUID, you broke the cache by doing this.
> > 
> > Stefan
> 
> Thank you. Stefan.
> 
> You are right.
> My repositories have the same UUID.
> This is my mistake. Sorry...
> 
> Do you have any idea that solve my log cache problem?
> (The log cache of my PC always make a TEST repository. :)
> (This is a minor problem for me.)
There has actually been a bug in the cache deletion code.
As of r12516, the following should happen:
* the repository log cache list (in settings -> log cache)
  will show "multiple URLs (UUID: ...)" when more than
  one URL identifies as the same repository (i.e. UUID).
* the "Delete" button will actually remove all those URL
  mappings that belong to the repository log cache.
  There was a bug that caused the cache list to remember
  all mappings forever and the first entry for a given 
  UUID would always show up in the list ...
Thanks for reporting this.
-- Stefan^2.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_tortoisesvn.tigris.org
For additional commands, e-mail: dev-help_at_tortoisesvn.tigris.org
Received on 2008-04-01 01:50:23 CEST