Comment 11 for bug 525571

Revision history for this message
Robert Collins (lifeless) wrote : Re: [Bug 525571] Re: bzrlib.config.IniBasedConfig doesn't lock

On Fri, Jun 4, 2010 at 10:02 AM, Jelmer Vernooij <email address hidden> wrote:
> ** Summary changed:
>
> - bzr svn-import fails when invoked concurrently
> + bzrlib.config.IniBasedConfig doesn't lock

I don't think thats really the problem, the problem is that when we
use that for locations.conf, that we don't lock around it. Fixing this
by making IniBasedConfig lock would be a mistake - it would knock on
into nearly all of our configs - branches, repos, etc.