On Thu, 2004-08-26 at 13:48, Mohammed Aslam P S wrote: > On Thu, 26 Aug 2004, Brian W. Fitzpatrick wrote: > > > We're going to need more information to help you out... are you getting > > an error? If so, what error? Does svn hang? What version of svn are > > you using? What OS? > I am using svn 1.0.6 in Linux. My connection is through proxy, but > I believe I've configured it right. The error message is > > svn: REPORT request failed on '/repos/asf/!svn/vcc/default' > svn: REPORT of '/repos/asf/!svn/vcc/default': 400 Bad Request > (http://svn.apache.org)>
Yep, you've got a bad proxy server > svn: Unrecognized URL scheme > 'https://svn.apache.org/repos/asf/incubator/derby/code/trunk' Your svn client doesn't support ssl. > What should I do, now? Obtain a Subversion client that supports ssl and try again. (if you're building svn from source, pass --with-ssl to configure). -Fitz
