Verbose transports?

Martin Pool mbp at canonical.com
Mon Sep 25 05:41:03 BST 2006


On 23 Sep 2006, Matthieu Moy <Matthieu.Moy at imag.fr> wrote:
> Hi,
> 
> I'm using bzr in an environment where the network connection changes
> like the weather. In practice, each time I use "ssh" or "rsync", I'm
> using it with -v or often -vvv. At least, if nothing happens, I can
> see if I could at least connect to my server, and if something is
> actually happening.
> 
> With bzr, currently, I don't have such ability. I'd appreciate an
> option like --debug-transport or --verbose-transport, doing the
> equivalent of "ssh -v", with potentially several debug levels.

I think that'd be good.  At least having an on/off switch would be good
for a start.  I would like to see

 bzr  -Dtransport 

turn on transport-related debugging, which should include information
about opening the ssh connection and perhaps each file that's accessed.

I have a pending branch which cleans up trace and allows sending it to
stderr; I'll try to land that this time.

-- 
Martin




More information about the bazaar mailing list