You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Brian Havard <br...@kheldar.apana.org.au> on 2004/04/07 12:58:58 UTC

Help debugging OS/2 port

Hello subversion developers,
  I'm trying to get subversion going on OS/2 & after a few tweaks have got
it to build. However, on trying it out I get:

F:\Tmp>svn checkout http://svn.collab.net/repos/svn/trunk svn
svn: REPORT request failed on '/repos/svn/!svn/vcc/default'
svn: REPORT of '/repos/svn/!svn/vcc/default': 400 Bad Request
(http://svn.collab.net)


This happens after a short delay & it has created a svn/.svn directory with
a number of files & directories in it.

Tracing the network traffic shows that the failed request looks like this:

0000 52 45 50 4F 52 54 20 2F    72 65 70 6F 73 2F 73 76   REPORT /repos/sv
0010 6E 2F 21 73 76 6E 2F 76    63 63 2F 64 65 66 61 75   n/!svn/vcc/defau
0020 6C 74 20 48 54 54 50 2F    31 2E 31 0D 0A 48 6F 73   lt HTTP/1.1..Hos
0030 74 3A 20 73 76 6E 2E 63    6F 6C 6C 61 62 2E 6E 65   t: svn.collab.ne
0040 74 0D 0A 55 73 65 72 2D    41 67 65 6E 74 3A 20 53   t..User-Agent: S
0050 56 4E 2F 31 2E 30 2E 31    20 28 72 39 30 32 33 29   VN/1.0.1 (r9023)
0060 20 6E 65 6F 6E 2F 30 2E    32 34 2E 34 0D 0A 43 6F    neon/0.24.4..Co
0070 6E 6E 65 63 74 69 6F 6E    3A 20 54 45 0D 0A 54 45   nnection: TE..TE
0080 3A 20 74 72 61 69 6C 65    72 73 0D 0A 43 6F 6E 74   : trailers..Cont
0090 65 6E 74 2D 4C 65 6E 67    74 68 3A 20 30 0D 0A 43   ent-Length: 0..C
00A0 6F 6E 74 65 6E 74 2D 54    79 70 65 3A 20 74 65 78   ontent-Type: tex
00B0 74 2F 78 6D 6C 0D 0A 0D    0A                        t/xml....

To which the server replies with:

HTTP/1.1 400 Bad Request
Date: Wed, 07 Apr 2004 11:41:12 GMT
Server: Apache/2.0.48 (Unix) mod_ssl/2.0.48 OpenSSL/0.9.6 DAV/2
SVN/1.0.1-dev
Vary: accept-language
Accept-Ranges: bytes
Connection: close
Content-Type: text/html; charset=ISO-8859-1
Content-Language: en


[boring stuff chopped]
<H2>Error 400</H2>
<DL>
<DD>
<ADDRESS>
  <A HREF="/">svn.collab.net</A>
  <BR>
  
  <small>Wed Apr  7 06:41:12 2004</small>
  <BR>

  <small>Apache/2.0.48 (Unix) mod_ssl/2.0.48 OpenSSL/0.9.6 DAV/2
SVN/1.0.1-dev</small>
</ADDRESS>


Can anyone give me some hints as to where to start looking?

-- 
 ______________________________________________________________________________
 |  Brian Havard                 |  "He is not the messiah!                   |
 |  brianh@kheldar.apana.org.au  |  He's a very naughty boy!" - Life of Brian |
 ------------------------------------------------------------------------------


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

Re: Help debugging OS/2 port

Posted by Brian Havard <br...@kheldar.apana.org.au>.
On Wed, 7 Apr 2004 18:22:22 -0700, Greg Stein wrote:

>On Wed, Apr 07, 2004 at 10:58:58PM +1000, Brian Havard wrote:
>> Hello subversion developers,
>>   I'm trying to get subversion going on OS/2 & after a few tweaks have got
>> it to build. However, on trying it out I get:
>> 
>> F:\Tmp>svn checkout http://svn.collab.net/repos/svn/trunk svn
>> svn: REPORT request failed on '/repos/svn/!svn/vcc/default'
>> svn: REPORT of '/repos/svn/!svn/vcc/default': 400 Bad Request
>> (http://svn.collab.net)
>
>Anything in the error logs? Sometimes there is more than just the final
>400 response.

You mean the servers error logs? It's not my server, I don't have access to
the logs on svn.collab.net. If anyone who does has a moment to dig out my
errors from the server logs my client machine is 202.12.87.82
(kheldar.apana.org.au)

Is there nothing obviously wrong with the REPORT request I posted?

-- 
 ______________________________________________________________________________
 |  Brian Havard                 |  "He is not the messiah!                   |
 |  brianh@kheldar.apana.org.au  |  He's a very naughty boy!" - Life of Brian |
 ------------------------------------------------------------------------------


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

Re: Help debugging OS/2 port

Posted by Greg Stein <gs...@lyra.org>.
On Wed, Apr 07, 2004 at 10:58:58PM +1000, Brian Havard wrote:
> Hello subversion developers,
>   I'm trying to get subversion going on OS/2 & after a few tweaks have got
> it to build. However, on trying it out I get:
> 
> F:\Tmp>svn checkout http://svn.collab.net/repos/svn/trunk svn
> svn: REPORT request failed on '/repos/svn/!svn/vcc/default'
> svn: REPORT of '/repos/svn/!svn/vcc/default': 400 Bad Request
> (http://svn.collab.net)

Anything in the error logs? Sometimes there is more than just the final
400 response.

Cheers,
-g

-- 
Greg Stein, http://www.lyra.org/

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

Re: I18n/translation of the the SVN book: I want to help!

Posted by "Brian W. Fitzpatrick" <fi...@red-bean.com>.
On Tue, 2004-04-13 at 05:22, Johannes Fahrenkrug wrote:

> well, the topic says it all: I want to participate in translating the 
> svn book and I'm also interested in helping with the I18n of 
> subversion. Who is coordinating these efforts?

There's no one coordinating the efforts, per se... basically, I would
start by posting here that you're planning on starting a translation
into __foo__ language, and ask if anyone's started it.  Then start
translating and post patches to the list.  I would consider duplicating
what you see under http://svn.collab.net/repos/svn/trunk/doc/book/
and start translating the xml files one at a time.  See 

http://svn.collab.net/repos/svn/trunk/doc/translations/russian/

for what looks like the beginnings of a Russion translation setup.

-Fitz


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

I18n/translation of the the SVN book: I want to help!

Posted by Johannes Fahrenkrug <jf...@gebeco.de>.
Hi,

well, the topic says it all: I want to participate in translating the 
svn book and I'm also interested in helping with the I18n of 
subversion. Who is coordinating these efforts?

Cheers,

Johannes.




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


RE: Help debugging OS/2 port

Posted by Brian Havard <br...@kheldar.apana.org.au>.
On Wed, 7 Apr 2004 16:34:20 +0200, Sander Striker wrote:

>> From: Brian Havard [mailto:brianh@kheldar.apana.org.au]
>> Sent: Wednesday, April 07, 2004 3:54 PM
>
>> >> F:\Tmp>svn checkout http://svn.collab.net/repos/svn/trunk svn
>> >> svn: REPORT request failed on '/repos/svn/!svn/vcc/default'
>> >> svn: REPORT of '/repos/svn/!svn/vcc/default': 400 Bad Request
>> >> (http://svn.collab.net)
>> >> 
>> >> 
>> >> This happens after a short delay & it has created a svn/.svn directory with
>> >> a number of files & directories in it.
>> >
>> >You aren't behind a corporate proxy that doesn't allow REPORT reuqests
>> >by any chance?  Can you try over HTTPS?
>> 
>> Not corporate but I think an upstream ISP has a transparent proxy but if
>> that was getting in the way wouldn't the error response come from it rather
>> than svn.collab.net as the body of the error response implies?
>
>Doh, true.  Unless the proxy mangles the request, but I don't know how
>likely that is.  Anyway, to rule that out completely, can you try
>over HTTPS?

Tried it & get exactly the same result after accepting the certificate.

T:\unzip>svn checkout https://svn.collab.net/repos/svn/trunk svn
Error validating server certificate for 'https://svn.collab.net:443':
 - The certificate is not issued by a trusted authority. Use the
   fingerprint to validate the certificate manually!
Certificate information:
 - Hostname: svn.collab.net
 - Valid: from Sep 22 21:21:47 2003 GMT until Sep 21 21:21:47 2007 GMT
 - Issuer: CollabNet Chicago CA, Chicago, IL, US
 - Fingerprint: d9:2a:03:7d:82:b4:21:cb:97:6c:21:33:a8:13:1d:0f:ef:f2:21:39
(R)eject, accept (t)emporarily or accept (p)ermanently? p
svn: REPORT request failed on '/repos/svn/!svn/vcc/default'
svn: REPORT of '/repos/svn/!svn/vcc/default': 400 Bad Request
(https://svn.collab.net)

-- 
 ______________________________________________________________________________
 |  Brian Havard                 |  "He is not the messiah!                   |
 |  brianh@kheldar.apana.org.au  |  He's a very naughty boy!" - Life of Brian |
 ------------------------------------------------------------------------------


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

RE: Help debugging OS/2 port

Posted by Sander Striker <st...@apache.org>.
> From: Brian Havard [mailto:brianh@kheldar.apana.org.au]
> Sent: Wednesday, April 07, 2004 3:54 PM

> >Good to see you taking a whack at SVN on OS/2 :)
> 
> Hi Sander, thought I'd better if Apache is going to end up using it :)

*grins*

> >> F:\Tmp>svn checkout http://svn.collab.net/repos/svn/trunk svn
> >> svn: REPORT request failed on '/repos/svn/!svn/vcc/default'
> >> svn: REPORT of '/repos/svn/!svn/vcc/default': 400 Bad Request
> >> (http://svn.collab.net)
> >> 
> >> 
> >> This happens after a short delay & it has created a svn/.svn directory with
> >> a number of files & directories in it.
> >
> >You aren't behind a corporate proxy that doesn't allow REPORT reuqests
> >by any chance?  Can you try over HTTPS?
> 
> Not corporate but I think an upstream ISP has a transparent proxy but if
> that was getting in the way wouldn't the error response come from it rather
> than svn.collab.net as the body of the error response implies?

Doh, true.  Unless the proxy mangles the request, but I don't know how
likely that is.  Anyway, to rule that out completely, can you try
over HTTPS?

Sander

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

RE: Help debugging OS/2 port

Posted by Brian Havard <br...@kheldar.apana.org.au>.
On Wed, 7 Apr 2004 15:33:45 +0200, Sander Striker wrote:

>> From: Brian Havard [mailto:brianh@kheldar.apana.org.au]
>> Sent: Wednesday, April 07, 2004 2:59 PM
>
>Hi Brian,
>
>Good to see you taking a whack at SVN on OS/2 :)

Hi Sander, thought I'd better if Apache is going to end up using it :)



>> Hello subversion developers,
>>   I'm trying to get subversion going on OS/2 & after a few tweaks have got
>> it to build. However, on trying it out I get:
>> 
>> F:\Tmp>svn checkout http://svn.collab.net/repos/svn/trunk svn
>> svn: REPORT request failed on '/repos/svn/!svn/vcc/default'
>> svn: REPORT of '/repos/svn/!svn/vcc/default': 400 Bad Request
>> (http://svn.collab.net)
>> 
>> 
>> This happens after a short delay & it has created a svn/.svn directory with
>> a number of files & directories in it.
>
>You aren't behind a corporate proxy that doesn't allow REPORT reuqests
>by any chance?  Can you try over HTTPS?

Not corporate but I think an upstream ISP has a transparent proxy but if
that was getting in the way wouldn't the error response come from it rather
than svn.collab.net as the body of the error response implies?

-- 
 ______________________________________________________________________________
 |  Brian Havard                 |  "He is not the messiah!                   |
 |  brianh@kheldar.apana.org.au  |  He's a very naughty boy!" - Life of Brian |
 ------------------------------------------------------------------------------


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

RE: Help debugging OS/2 port

Posted by Sander Striker <st...@apache.org>.
> From: Brian Havard [mailto:brianh@kheldar.apana.org.au]
> Sent: Wednesday, April 07, 2004 2:59 PM

Hi Brian,

Good to see you taking a whack at SVN on OS/2 :)

> Hello subversion developers,
>   I'm trying to get subversion going on OS/2 & after a few tweaks have got
> it to build. However, on trying it out I get:
> 
> F:\Tmp>svn checkout http://svn.collab.net/repos/svn/trunk svn
> svn: REPORT request failed on '/repos/svn/!svn/vcc/default'
> svn: REPORT of '/repos/svn/!svn/vcc/default': 400 Bad Request
> (http://svn.collab.net)
> 
> 
> This happens after a short delay & it has created a svn/.svn directory with
> a number of files & directories in it.

You aren't behind a corporate proxy that doesn't allow REPORT reuqests
by any chance?  Can you try over HTTPS?


Sander

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