You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-dev@db.apache.org by Mohammed Aslam P S <as...@csa.iisc.ernet.in> on 2004/08/26 20:22:44 UTC

Cannot download source

Hi all,
	I am an M.E student in Indian Institute of Science, Bangalore. As
part of my term project in DBMS course, I need to implement a new query
optimizer called PLASTIC. I would like to do that on derby. But right now
I cannot checkout using svn. I tried
svn co http://svn.apache.org/repos/asf/incubator/derby/code/trunk
and other possible variations. Please help me to get the code.
Aslam.

PS: PLASTIC is not really a query optimizer, but a way of avoiding query
optimization without significant performance loss.

To think contrary to one's era is heroism. But to speak against it is madness. -- Eugene Ionesco
------------------------------------------------------------------------------------------------
Mohammed Aslam P.S
M.E (ISE), CSA
IISc, Bangalore
aslam at csa dot iisc dot ernet dot in
http://people.csa.iisc.ernet.in/aslam

Re: Cannot download source

Posted by Mohammed Aslam P S <as...@csa.iisc.ernet.in>.
>
> Your svn client doesn't support ssl.
>
> Obtain a Subversion client that supports ssl and try again.
>
> (if you're building svn from source, pass --with-ssl to configure).
>
> -Fitz
>
	I recompiled subversion with ssl and I'm downloading the code now.
Thanks. By the way I can use multiple proxies in our institution but none
of them worked. They are using Squid 2.4 stable. So which proxy is
supposed to work?
Aslam.

To think contrary to one's era is heroism. But to speak against it is madness. -- Eugene Ionesco
------------------------------------------------------------------------------------------------
Mohammed Aslam P.S
M.E (ISE), CSA
IISc, Bangalore
aslam at csa dot iisc dot ernet dot in
http://people.csa.iisc.ernet.in/aslam

Re: Cannot download source

Posted by "Brian W. Fitzpatrick" <fi...@red-bean.com>.
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


Re: Cannot download source

Posted by Mohammed Aslam P S <as...@csa.iisc.ernet.in>.
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)>

and

svn: Unrecognized URL scheme 'https://svn.apache.org/repos/asf/incubator/derby/code/trunk'

What should I do, now?
Aslam.

> Anyway, my best guess right now is that there is a non-DAV aware proxy
> between you and svn.apache.org.  You might want to try
>
> svn co https://svn.apache.org/repos/asf/incubator/derby/code/trunk
>
> -Fitz
>

To think contrary to one's era is heroism. But to speak against it is madness. -- Eugene Ionesco
------------------------------------------------------------------------------------------------
Mohammed Aslam P.S
M.E (ISE), CSA
IISc, Bangalore
aslam at csa dot iisc dot ernet dot in
http://people.csa.iisc.ernet.in/aslam

Re: Cannot download source

Posted by "Brian W. Fitzpatrick" <fi...@red-bean.com>.
On Thu, 2004-08-26 at 13:22, Mohammed Aslam P S wrote:
> I cannot checkout using svn. I tried
> svn co http://svn.apache.org/repos/asf/incubator/derby/code/trunk
> and other possible variations. Please help me to get the code.

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?

Anyway, my best guess right now is that there is a non-DAV aware proxy
between you and svn.apache.org.  You might want to try 

svn co https://svn.apache.org/repos/asf/incubator/derby/code/trunk

-Fitz