[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Remote svn commits through webdav fails with "CHECKOUT response did not contain a 'Location:' header" error

From: Landry <landry_at_fr.homeunix.org>
Date: 2006-04-13 21:43:43 CEST

Okay, dunno why, but updating my svn client from 1.2.0 to 1.3.1 (debian
package) solved the problem... now i can commit through webdav. There
was maybe a bug in my client, as my scan of the webdav traffic showed
that there WAS a 'Location:' header in the answer to CHECKOUT, as show
below:

Hypertext Transfer Protocol
     HTTP/1.1 201 Created\r\n
     Date: Thu, 13 Apr 2006 19:23:03 GMT\r\n
     Server: Apache\r\n
     Cache-Control: no-cache\r\n
     Location:
http://diane/svn/!svn/wbl/852da9e2-5411-0410-8a28-a93f1f934417/1\r\n
     Content-Length: 236\r\n
     Content-Type: text/html\r\n
     \r\n
Line-based text data: text/html
     <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
     <html><head>
     <title>201 Created</title>
     </head><body>
     <h1>Created</h1>
     <p>Checked-out resource
/svn/!svn/wbl/852da9e2-5411-0410-8a28-a93f1f934417/1 has been created.</p>
     </body></html>

Thanks anyway, subversion is really a GREAT tool !

Landry

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Apr 13 21:57:18 2006

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.