You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Jeff Jensen <je...@upstairstechnology.com> on 2006/05/18 05:24:48 UTC

Can't commit over svn-dav

We can checkout but not submit using svn-dav.

Here is a run with neon-debug-mask = 130, everything looks normal until the
error message at the end.  

Is there a debug setting to see the XML response that is supposedly
invalid??

Anyone see something to suggest as the cause, or the next step to debug?

$ svn commit -m "add main dir"
Creating request...
Running request create hooks.
Request created.
Doing DNS lookup on www.xxx.com...
Running pre_send hooks
compress: Initialization.
compress: Initialization.
Sending request headers:
OPTIONS /svn/playground HTTP/1.1
Host: www.xxx.com
User-Agent: SVN/1.2.1 (r15230) neon/0.24.7
Keep-Alive:
Connection: TE, Keep-Alive
TE: trailers
Content-Length: 104
Content-Type: text/xml
Accept-Encoding: gzip
Accept-Encoding: gzip

Sending request-line and headers:
Connecting to 68.178.37.101
Sending request body...
Body block (104 bytes):
[<?xml version="1.0" encoding="utf-8"?><D:options
xmlns:D="DAV:"><D:activity-collection-set/></D:options>]
Request body sent: okay.
Request sent; retry is 0.
[status-line] < HTTP/1.1 200 OK
[hdr] Content-Length: 0
Header Name: [content-length], Value: [0]
[hdr] Date: Thu, 18 May 2006 04:30:13 GMT
Header Name: [date], Value: [Thu, 18 May 2006 04:30:13 GMT]
[hdr] Public: GET, HEAD, POST, PUT, DELETE, TRACE, OPTIONS, CONNECT
Header Name: [public], Value: [GET, HEAD, POST, PUT, DELETE, TRACE, OPTIONS,
CONNECT]
[hdr] Allow: GET, HEAD, POST, PUT, DELETE, TRACE, OPTIONS, CONNECT
Header Name: [allow], Value: [GET, HEAD, POST, PUT, DELETE, TRACE, OPTIONS,
CONNECT]
[hdr] Cache-Control: private
Header Name: [cache-control], Value: [private]
[hdr]
End of headers.
Running post_send hooks
Request ends, status 200 class 2xx, error line:
200 OK
Running destroy hooks.
Request ends.
svn: Commit failed (details follow):
svn: OPTIONS request failed on '/svn/playground'
svn: The OPTIONS request returned invalid XML in the response: XML parse
error at line 1: no element found (/svn/playground)
ne_session_destroy called.
ne_session_destroy called.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

RE: Can't commit over svn-dav

Posted by Jeff Jensen <je...@upstairstechnology.com>.
So it is not possible to see the "invalid" xml from the response?


-----Original Message-----
From: Jeff Jensen [mailto:jeffjensen@upstairstechnology.com] 
Sent: Thursday, May 18, 2006 12:25 AM
To: users@subversion.tigris.org
Subject: Can't commit over svn-dav

We can checkout but not submit using svn-dav.

Here is a run with neon-debug-mask = 130, everything looks normal until the
error message at the end.  

Is there a debug setting to see the XML response that is supposedly
invalid??

Anyone see something to suggest as the cause, or the next step to debug?

$ svn commit -m "add main dir"
Creating request...
Running request create hooks.
Request created.
Doing DNS lookup on www.xxx.com...
Running pre_send hooks
compress: Initialization.
compress: Initialization.
Sending request headers:
OPTIONS /svn/playground HTTP/1.1
Host: www.xxx.com
User-Agent: SVN/1.2.1 (r15230) neon/0.24.7
Keep-Alive:
Connection: TE, Keep-Alive
TE: trailers
Content-Length: 104
Content-Type: text/xml
Accept-Encoding: gzip
Accept-Encoding: gzip

Sending request-line and headers:
Connecting to 68.178.37.101
Sending request body...
Body block (104 bytes):
[<?xml version="1.0" encoding="utf-8"?><D:options
xmlns:D="DAV:"><D:activity-collection-set/></D:options>]
Request body sent: okay.
Request sent; retry is 0.
[status-line] < HTTP/1.1 200 OK
[hdr] Content-Length: 0
Header Name: [content-length], Value: [0] [hdr] Date: Thu, 18 May 2006
04:30:13 GMT Header Name: [date], Value: [Thu, 18 May 2006 04:30:13 GMT]
[hdr] Public: GET, HEAD, POST, PUT, DELETE, TRACE, OPTIONS, CONNECT Header
Name: [public], Value: [GET, HEAD, POST, PUT, DELETE, TRACE, OPTIONS,
CONNECT] [hdr] Allow: GET, HEAD, POST, PUT, DELETE, TRACE, OPTIONS, CONNECT
Header Name: [allow], Value: [GET, HEAD, POST, PUT, DELETE, TRACE, OPTIONS,
CONNECT] [hdr] Cache-Control: private Header Name: [cache-control], Value:
[private] [hdr] End of headers.
Running post_send hooks
Request ends, status 200 class 2xx, error line:
200 OK
Running destroy hooks.
Request ends.
svn: Commit failed (details follow):
svn: OPTIONS request failed on '/svn/playground'
svn: The OPTIONS request returned invalid XML in the response: XML parse
error at line 1: no element found (/svn/playground) ne_session_destroy
called.
ne_session_destroy called.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org