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

Re: [Subclipse-users] Subclipse installation

From: Mark Phippard <markp_at_softlanding.com>
Date: 2006-06-30 02:15:47 CEST

"Xinjun Chen" <xjchen001@gmail.com> wrote on 06/29/2006 01:47:52 AM:

> I am new to Subclipse. I have installed subclipse plugin into my
> Eclipse following the instruction
> http://subclipse.tigris.org/install.html.
> However, when I try to create a new repository location, I get the
> following exception:
>
> Unable to Validate.
> Error validating location:
> "org.tigris.subversion.javahl.ClientException: RA layer request failed
> svn:PROPFIND request failed on '/repos/asf/webservices/axis2/truck/java'
> svn:PROPFIND of '/repos/asf/webservices/axis2/truck/java': could not
> connect to server (http://svn.apache.org)"

Assuming that you cut & paste the error messages, it looks like you had a
typo in the URL. You have "truck" instead of "trunk".

This works in a browser:

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

This does not:

http://svn.apache.org/repos/asf/webservices/axis2/truck/java/

Mark

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subclipse.tigris.org
For additional commands, e-mail: users-help@subclipse.tigris.org
Received on Fri Jun 30 02:16:01 2006

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

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