Comment 1 for bug 625365

Revision history for this message
Alexander Belchenko (bialix) wrote : Re: [Bug 625365] [NEW] bzr-explorer/bzr check of all repo when opening a simple folder

Alexandre Garnier пишет:
> Public bug reported:
>
> $ bzr init-repo repo
> $ mkdir repo/stuff
> $ mkdir repo/real-work
>
> When opening repo/real-work, bzr-explorer walk through repo/stuff.

How can you know this?

> If this folder is big and/or deep (or is linked to a system folder in my case) the opening can be very long even if I don't care about other folders in the repo...
>
> Seems to be something between bzrdir and transport.

Is there something suspicious in .bzr.log

> Walking up the directory tree seems normal, but why walking down through
> siblings ?

Can you check that repo/stuff is not listed as parent or submit location
for repo/real-work (see the output of bzr info).

I agree Explorer should not scan all branches in the shared repo if
you're opening only one branch. But I need more info on what's going on
and how you can see it.