Comment 2 for bug 1152360

Revision history for this message
Dedeco (dedeco) wrote : Re: [Bug 1152360] Re: Bazaar Explorer Hangs After Open Location

psanpietro wrote:
> Today when trying to figure out what could be the cause of the problem I remembered that I had a script running via crontab.
> This script was changing some files owners and permissions inside the repo. After disabling this script, problem stopped. Is it possible that periodically changing permissions and owners can cause this behavior? Thanks in advance.
Bazaar will detect changes in permissions as it detect changes in file's
contents. I think it doesn't care about user and group information.

It is probably very very usefull if you can give us more information on
how the script was changing permissions. What files the script could
change, and what files it would not. Maybe if you help us to recreate
the problem, a fix could be planned sooner.