Comment 1 for bug 194141

Revision history for this message
James Henstridge (jamesh) wrote :

Are you trying to share your entire home directory? If so, I'd recommend against that since it is giving read only access to everything in your home dir to the world (including SSH and PGP private keys).

As for the error itself, bzr-avahi is using the standard bzrlib.find_bzrdirs() API. I think it should probably be ignoring branches that raise NoRepositoryPresent rather than barfing like this.