You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by velicheti jayaprakash <ve...@gmail.com> on 2008/03/27 14:55:58 UTC

checkout problem

Hi,

I am facing issues regarding svn checkout of axis2 source. I have

installed svn from subversion.tigris.org site. and trying to checkout by

typing svn co <repository URL> axis2 .

I am getting

svn: PROPFIND request failed on '/repos/asf/webservices/axis2/trunk/java'

svn: PROPFIND of '/repos/asf/webservices/axis2/trunk/java': could not

connect to
server (http://svn.apache.org) error in command prompt.

I have installed apache http server 2.2. Do i have to make any other
settings before checkout?


Please help me out on this. I greatly appreciate your response.

Regards,

jayaprakash

Re: checkout problem

Posted by Ryan Schmidt <su...@ryandesign.com>.
On Mar 27, 2008, at 09:55, velicheti jayaprakash wrote:

> I am facing issues regarding svn checkout of axis2 source. I have
>
> installed svn from subversion.tigris.org site. and trying to  
> checkout by
>
> typing svn co <repository URL> axis2 .
>
> I am getting
>
> svn: PROPFIND request failed on '/repos/asf/webservices/axis2/trunk/ 
> java'
>
> svn: PROPFIND of '/repos/asf/webservices/axis2/trunk/java': could not
>
> connect to
>
> server (http://svn.apache.org) error in command prompt.
>
> I have installed apache http server 2.2. Do i have to make any  
> other settings before checkout?

You only need to install the apache http server if you want to serve  
a repository. To check out somebody else's repository, all you need  
is the subversion client compiled with the neon (or serf) library.

You didn't mention the repository URL but I assume it is something  
like this:

http://svn.apache.org/repos/asf/webservices/axis2/trunk/

To check this out into a working copy, all you should need to do is:

svn co http://svn.apache.org/repos/asf/webservices/axis2/trunk/ axis2

It's getting files very slowly, but it is checking them out for me. I  
cancelled the checkout after it downloaded about 21MB of data.

A    axis2/java
A    axis2/java/NOTICE.txt
A    axis2/java/LICENSE.txt
A    axis2/java/legal
A    axis2/java/legal/jaxb-impl-LICENSE.txt
A    axis2/java/legal/axiom-api-LICENSE.txt
...

If it doesn't check out for you, maybe you have a weird firewall or a  
proxy in the middle or something like that. Since this is the apache  
foundation we're talking about here, I doubt their server was down.



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

Re: checkout problem

Posted by Hari Kodungallur <hk...@gmail.com>.
On Thu, Mar 27, 2008 at 7:55 AM, velicheti jayaprakash <
velicheti123@gmail.com> wrote:

> Hi,
>
> I am facing issues regarding svn checkout of axis2 source. I have
>
> installed svn from subversion.tigris.org site. and trying to checkout by
>
> typing svn co <repository URL> axis2 .
>
> I am getting
>
> svn: PROPFIND request failed on '/repos/asf/webservices/axis2/trunk/java'
>
> svn: PROPFIND of '/repos/asf/webservices/axis2/trunk/java': could not
>
> connect to
> server (http://svn.apache.org) error in command prompt.
>
> I have installed apache http server 2.2. Do i have to make any other
> settings before checkout?
>
>
> Please help me out on this. I greatly appreciate your response.
>


Either the server was down or your URL is wrong. If you could provide with
the exact command that you typed (including the URL) and the error message
that would be useful for the group. Please cut and paste the shell session
into your email.

Thanks,
-Hari