You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by ma...@von-oertzen.org on 2006/06/29 16:10:04 UTC

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

Hello,

I had the same problem, after I updated my debian-svnserver to 1.3.2
and tried to checkin with a 1.2.3-client.
I received the Message:
  Passphrase for '/home/[...].p12':
  svn: Commit failed (details follow):
  svn: The CHECKOUT response did not contain a 'Location:' header
  svn: Your commit message was left in a temporary file:

At debian the 1.3-svnserver is still in unstable because of
the wrong neon-library.
And I had a mixed Version at the client-side:

$ svn --version
svn, Version 1.3.2 (r19776)
   übersetzt Jun 14 2006, 21:37:34

subversion:       1.2.3dfsg1-3 0
subversion-tools: 1.2.3dfsg1-3 0
libapache2-svn:   1.3.2-3 0

The Apache2-Server uses the AuthzSVNAccessFile and
the SSL-Engine.

After an update to 1.3.2 on the client-side, the
error-message was gone.
but I need the backwards-compatibility for other clients.

Because this might be a debian-only problem, I send a
carbon copy to subversion@packages.qa.debian.org.

This is the Thread-Start:
http://svn.haxx.se/users/archive-2006-04/0489.shtml

Regards, Martin.

Landry wrote at 2006-04-13:
> 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