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

Re: [Subclipse-users] Proxy support not working for 1.2.4 on Eclipse 3.4RC2

From: Mark Phippard <markphip_at_gmail.com>
Date: Thu, 29 May 2008 11:57:43 -0400

On Wed, May 28, 2008 at 8:39 AM, Andreas Goetz <cpuidle_at_gmx.de> wrote:
> This is a first-time user experience of subclipse on 3.4RC2. I'm using
> platforms "System proxy" setting which refers to proxy specified.
> Subclipse if unable to connect to a repository with different error
> messages:
>
> JavaHL:
>
> RA layer request failed
> svn: PROPFIND request failed on '/repos/asf/poi/trunk'
> svn: PROPFIND of '/repos/asf/poi/trunk': could not connect to server
> (http://svn.apache.org)
>
> SVNKit:
>
> svn: PROPFIND request failed on '/repos/asf/poi/trunk'
> svn: Connection refused: connect
>
> Is there any way to using subsclipse with the platform proxy settings on
> 3.4?

No, there isn't. The docs explain where you do put the settings:

http://svn.collab.net/subclipse/help/index.jsp?topic=/org.tigris.subversion.subclipse.doc/html/reference/protocol.html

Subclipse does not do any network communication, we call Subversion
API's and they do it. Those API's do not currently expose an API to
push configuration details to the API. Instead they read the
configuration from their own location and obviously it is also not
Eclipse-aware.

We hope to get an API added in a future version that would allow us to
give configuration information to the API and we could then pass along
the Eclipse settings.

-- 
Thanks
Mark Phippard
http://markphip.blogspot.com/
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subclipse.tigris.org
For additional commands, e-mail: users-help_at_subclipse.tigris.org
Received on 2008-05-29 17:57:54 CEST

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.