Joseph.Piron
unread,Jul 19, 2011, 4:37:43 AM7/19/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Cyberduck
Hi,
I am currently facing a weird issue. I would like to connect to a svn
webdav server and I have a problem with the windows version.
With the osx version, I can connect and everything works perfectly and
smoothly. With the windows version, I have the I/O error: Not a valid
DAV response.
Here are the logs:
osx:
PROPFIND /backup HTTP/1.1
Content-Type: text/xml; charset=utf-8
User-Agent: Cyberduck/4.0.2 (Mac OS X/10.6.8) (i386)
Host: svn
Content-Length: 207
Depth: 0
HTTP/1.1 401 Authorization Required
HTTP/1.1 401 Authorization Required
Date: Tue, 19 Jul 2011 08:30:54 GMT
Server: Apache/2.2.14 (Ubuntu)
WWW-Authenticate: Basic realm=SVN Subversion server
Vary: Accept-Encoding
Content-Length: 470
Content-Type: text/html; charset=iso-8859-1
PROPFIND /backup HTTP/1.1
Content-Type: text/xml; charset=utf-8
User-Agent: Cyberduck/4.0.2 (Mac OS X/10.6.8) (i386)
Content-Length: 207
Authorization: Basic wMjgwMDpjb2xtYXIwMQ==
Host: svn
Depth: 0
HTTP/1.1 207 Multi-Status
HTTP/1.1 207 Multi-Status
Date: Tue, 19 Jul 2011 08:30:54 GMT
Server: Apache/2.2.14 (Ubuntu)
Vary: Accept-Encoding
Content-Length: 667
Content-Type: text/xml; charset=utf-8
PROPFIND /backup/ HTTP/1.1
Authorization: Basic wMjgwMDpjb2xtYXIwMQ==
Content-Type: text/xml; charset=utf-8
User-Agent: Cyberduck/4.0.2 (Mac OS X/10.6.8) (i386)
Host: svn
Content-Length: 207
Depth: 0
HTTP/1.1 207 Multi-Status
HTTP/1.1 207 Multi-Status
Date: Tue, 19 Jul 2011 08:30:54 GMT
Server: Apache/2.2.14 (Ubuntu)
Vary: Accept-Encoding
Content-Length: 667
Content-Type: text/xml; charset=utf-8
PROPFIND /backup/ HTTP/1.1
Authorization: Basic wMjgwMDpjb2xtYXIwMQ==
Content-Type: text/xml; charset=utf-8
User-Agent: Cyberduck/4.0.2 (Mac OS X/10.6.8) (i386)
Host: svn
Content-Length: 207
Depth: 1
HTTP/1.1 207 Multi-Status
HTTP/1.1 207 Multi-Status
Date: Tue, 19 Jul 2011 08:30:54 GMT
Server: Apache/2.2.14 (Ubuntu)
Vary: Accept-Encoding
Content-Length: 2382
Content-Type: text/xml; charset=utf-8
PROPFIND /backup/machines/ HTTP/1.1
Authorization: Basic wMjgwMDpjb2xtYXIwMQ==
Content-Type: text/xml; charset=utf-8
User-Agent: Cyberduck/4.0.2 (Mac OS X/10.6.8) (i386)
Host: svn
Content-Length: 207
Depth: 0
HTTP/1.1 207 Multi-Status
HTTP/1.1 207 Multi-Status
Date: Tue, 19 Jul 2011 08:31:25 GMT
Server: Apache/2.2.14 (Ubuntu)
Vary: Accept-Encoding
Content-Length: 676
Content-Type: text/xml; charset=utf-8
PROPFIND /backup/machines/ HTTP/1.1
Authorization: Basic wMjgwMDpjb2xtYXIwMQ==
Content-Type: text/xml; charset=utf-8
User-Agent: Cyberduck/4.0.2 (Mac OS X/10.6.8) (i386)
Host: svn
Content-Length: 207
Depth: 1
HTTP/1.1 207 Multi-Status
HTTP/1.1 207 Multi-Status
Date: Tue, 19 Jul 2011 08:31:26 GMT
Server: Apache/2.2.14 (Ubuntu)
Vary: Accept-Encoding
Content-Length: 4211
Content-Type: text/xml; charset=utf-8
and the windows one:
PROPFIND /backup/ HTTP/1.1
Depth: 1
Content-Type: text/xml; charset=UTF-8
Content-Length: 99
Host: svn
Connection: Keep-Alive
User-Agent: Cyberduck/4.1 (8911) (Windows XP/5.1) (x86)
HTTP/1.1 401 Authorization Required
Date: Tue, 19 Jul 2011 08:33:41 GMT
Server: Apache/2.2.14 (Ubuntu)
WWW-Authenticate: Basic realm="SVN Subversion server"
Vary: Accept-Encoding
Content-Encoding: gzip
Content-Length: 336
Keep-Alive: timeout=15, max=100
Connection: Keep-Alive
Content-Type: text/html; charset=iso-8859-1
PROPFIND /backup/ HTTP/1.1
Depth: 1
Content-Type: text/xml; charset=UTF-8
Content-Length: 99
Host: svn
Connection: Keep-Alive
User-Agent: Cyberduck/4.1 (8911) (Windows XP/5.1) (x86)
Authorization: Basic wMjgwMDpjb2xtYXIwMQ==
HTTP/1.1 207 Multi-Status
Date: Tue, 19 Jul 2011 08:33:41 GMT
Server: Apache/2.2.14 (Ubuntu)
Vary: Accept-Encoding
Content-Encoding: gzip
Content-Length: 771
Keep-Alive: timeout=15, max=100
Connection: Keep-Alive
Content-Type: text/xml; charset="utf-8"
PROPFIND / HTTP/1.1
Depth: 1
Content-Type: text/xml; charset=UTF-8
Content-Length: 99
Host: svn
Connection: Keep-Alive
User-Agent: Cyberduck/4.1 (8911) (Windows XP/5.1) (x86)
Authorization: Basic wMjgwMDpjb2xtYXIwMQ==
HTTP/1.1 200 OK
Date: Tue, 19 Jul 2011 08:36:24 GMT
Server: Apache/2.2.14 (Ubuntu)
X-Powered-By: PHP/5.3.2-1ubuntu4.9
Content-Language: en
Vary: Accept-Encoding
Content-Encoding: gzip
Content-Length: 1788
Keep-Alive: timeout=15, max=100
Connection: Keep-Alive
Content-Type: text/html; charset=UTF-8
Would someone have an idea ?
Thanks !