[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: checkout problem

From: Ryan Schmidt <subversion-2008a_at_ryandesign.com>
Date: Thu, 27 Mar 2008 12:05:08 -0500

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_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-03-27 18:06:15 CET

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.