blueszhangsh / serf

Automatically exported from code.google.com/p/serf
Apache License 2.0
0 stars 0 forks source link

Subversion 1.6.9 + serf 0.3.1 fails to checkout googlecode.com repositories on MAC OSX 10.6 #55

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Build subversion 1.6.9 with serf 0.3.1 
2. Checkout any project hosted in googlecode.com
3.

What is the expected output? What do you see instead?

 thedude:TEST pedro$ ./bin/svn co http://serf.googlecode.com/svn/trunk co-test
 A    co-test/test
 A    co-test/test/testcases
 A    co-test/test/testcases/simple.request
 svn: Error retrieving REPORT (175009): APR does not understand this error code

What version of the product are you using? On what operating system?

 SVN  1.6.9
 Serf 0.3.1

 System Version:    Mac OS X 10.6.3 (10D573)
 Kernel Version:    Darwin 10.3.0
 Boot Volume:   Macintosh HD
 Boot Mode: Normal
 Secure Virtual Memory: Not Enabled
 64-bit Kernel and Extensions:  No

Please provide any additional information below.

 Attached tcpdump log

Original issue reported on code.google.com by muzzleha...@gmail.com on 16 Apr 2010 at 12:59

Attachments:

GoogleCodeExporter commented 9 years ago
With subversion-trunk + serf-trunk the error is different:

 thedude:trunk-test pedro$ ./bin/svn co http://serf.googlecode.com/svn/trunk co-test
 A    co-test/serf_bucket_util.h
 svn: XML parsing failed: (400 Bad Request)

 I get the same results with the libapr that comes with OS X as well as with
apr-1.3.9 and apr-1.4.2.

Original comment by muzzleha...@gmail.com on 16 Apr 2010 at 2:00

GoogleCodeExporter commented 9 years ago
Test results for the reported configuration:

thedude:serf-0.3.1 pedro$ ./serfmake check
== Testing test/testcases/simple.response ==
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<title>scotch.ics.uci.edu</title>
<!--base href="http://scotch.ics.uci.edu/" /-->
<link href="default.css" rel="stylesheet" type="text/css" />
</head>

<body>

<p>More to come!</p>

<p><a href="manual/">Apache httpd 2.0 manual</a></p>

<p><a href="CA.cert.pem">Trust our CA!</a></p>

<p><img src="apache_pb.gif" alt="Powered by Apache!" /></p>

</body>

</html>
== Testing test/testcases/chunked-empty.response ==
== Testing test/testcases/chunked.response ==
this is 1 test.
i am a test.this is a test.
== Testing test/testcases/chunked-trailers.response ==
this is 1 test.
i am a test.this is a test.
Trailer-Test: f
== Testing test/testcases/deflate.response ==
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<html>
 <head>
  <title>Test of gzip Content-Encoding</title>
 </head>
 <body>
<h1>This is a test</h1>

<p>This file was created with mod_deflate on the server side.</p>
<pre>curl -i --output gzip.response -H "Accept-Encoding: gzip"
http://localhost:8080/1.html</pre>

<hr />
<address>Apache</address>
</body></html>
...............

OK (15 tests)

Original comment by muzzleha...@gmail.com on 16 Apr 2010 at 2:28

GoogleCodeExporter commented 9 years ago
Please try again. googlecode.com had a problem with their reverse-proxy setup. 
I worked with them last week to 
help them identify the problem, and a fix has (now) been rolled out.

Original comment by gstein on 19 Apr 2010 at 3:20

GoogleCodeExporter commented 9 years ago
Still not working. First I thought it was something related to Subversion issue 
3480
but neon works fine. To make sure it wasn't something wrong with my setup I 
tried in
a clean linux box but I got the same error. Now I'm trying to find out if its
something wrong with my ISP.

Original comment by muzzleha...@gmail.com on 20 Apr 2010 at 2:38

GoogleCodeExporter commented 9 years ago
Please ignore the comment above. The googlecode.com fix solved the problem.

Original comment by muzzleha...@gmail.com on 22 Apr 2010 at 11:27

GoogleCodeExporter commented 9 years ago
Ah! That's great to hear.

Please feel free to reopen this if you run into any further problems.

Original comment by gstein on 23 Apr 2010 at 1:29