Mojca Miklavec wrote on Tue, Dec 20, 2011 at 09:53:46 +0100: > On Tue, Dec 20, 2011 at 01:43, Daniel Shahaf wrote: > > Can you capture the XML response on the wire and share it here? (with > > wireshark, or neon-debug-mask) If it contains sensitive stuff feel free > > to share it by private mail. > > Maybe Philip Martin's mail already answers this question. I first need > to figure out how to use wireshark. Is there any chapter in SVN > documentation explaining how to troubleshoot problems with subversion > on a network level? And if not - would it be feasible to prepare one? >
Usage of neon-debug-mask is explained in ~/.subversion/servers Usage of wireshark... well, in this case you don't use ssl, so it's raelly as simple as "Fire up wireshark, tell it to monitor TCP connections to "${server}" on port "http (80)", run the failing command, save the TCP stream. I tend to think the wireshark docs have a generic tutorial of this sort somewhere. Though, yes, it might be a good idea to add something to the our docs too. > Mojca