Lieven Govaerts wrote:
> On Sun, Oct 25, 2009 at 5:00 AM, Blair Zajac <blair_at_orcaware.com> wrote:
>> Using git svn I got a failure running "git svn fetch" and when I switched to
>> neon, it succeeded.
>>
>> Attached is the TCP stream for the failed HTTP request.
>>
>> I do have the entire tcpdump, but it's got my password encoded in it so if
>> anybody wants to take a look, I could dump each of the previous TCP streams to
>> see the entire operation.
>>
>> Blair
>>
>> ------------------------------------------------------
>> http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=2411121
>> REPORT /svn/repos/!svn/vcc/default HTTP/1.1
>> Transfer-Encoding: chunked
>> Authorization: Basic foobar
>> DAV: http://subversion.tigris.org/xmlns/dav/svn/depth,http://subversion.tigris.org/xmlns/dav/svn/mergeinfo,http://subversion.tigris.org/xmlns/dav/svn/log-revprops
>> Content-Type: text/xml
>> User-Agent: SVN/1.6.5 (r38866) serf/0.3.0
>> Host: softboss
>>
> [..]
>> 1
>> <
>
> Hm, I thought the 1-byte chunk issue was fixed. Will check trunk.
>
>> f
>> S:update-target
>> 1
>> b
>> <ÉŠ ¨ € ¨ €
>> 2
>> </
>> f
>> S:update-target
>> 1
>
> This part doesn't look good. Any idea what pathname should have been there?
The repository root relative path should be something like
/middle-tier/common/python_ice_server/trunk. But I don't know to read this HTTP
traffic. There are no non-English filenames in this part of the repository.
> Is this a reproducible problem?
Yes, it is reproducible. I ran the command 5 or so times and each one failed
with an invalid XML error.
Regards,
Blair
------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=2411258
Received on 2009-10-26 04:01:27 CET