Ben,
Ben Collins-Sussman wrote:
> When I look at serf's options.c file, it appears that it *always*
> sends an OPTIONS request which includes "D:activity-collections-set"
> in the body.
>
> And yet when I set 'http-library = serf" in my ~/.subversion/servers
> file, and then run "svn ls http://localhost/repos/test2", my wire
> capture shows *no* body in the OPTIONS request.
>
The only OPTIONS request sent with 'svn ls' is used for the capabilities
check. This doesn't use the code in options.c, but the
exchange_capabilities code in serf.c. The same method, but no body.
hth,
Lieven
------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=989983
Received on 2008-12-22 19:28:50 CET