On Fri, Feb 29, 2008 at 03:47:39PM +0100, Olaf Hering wrote:
> How much does svn control how neon does transmit authentication data to
> the server? Current 1.5 branch does not transfer auth data with neon
> 0.28, while neon 0.27 works ok.
>
> I run this command:
>
> env -i /usr/bin/strace -tt -f -s 1234 -o /dev/shm/aaa \
> /usr/bin/svn commit --username olh -m 'testcommit 1.5'
>
> At some point, strace shows a send("MKACTIVITY ...).
> With neon 0.27, it contains Authorization:, username=, realm=, nonce=,
> uri=, response=, algorithm=, cnonce=, nc= and qop=.
> But with neon 0.28, all that is missing. the last entry is
> Accept-Encoding: gzip.
What error do you get? Can you capture the stderr output with
"neon-debug-mask = 511" set in the globals section of
~/.subversion/servers and upload that somewhere?
joe
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: dev-help_at_subversion.tigris.org
Received on 2008-02-29 16:21:32 CET