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

Re: [Subclipse-users] javasvn and http proxy

From: Eugene Kuleshov <eu_at_md.pp.ru>
Date: 2006-01-21 07:17:30 CET

Alexander Kitaev wrote:

>> Unfortunately I can't send you this config.
>
> The exact values of the hosts and ports are not important. It may happen
> that, when you're using groups inside servers file, JavaSVN fails to match
> the group against repository URL host. So, if possible, please describe the
> layout of the servers file or replace real values with some fake ones.

   It was just one server under [global] section and only host and port
are specified.

>> Also, can you confirm again that http.proxy* properties
>>will not interfere with these settings?
>
> These properties are not used at all by JavaSVN.

   But they are picked up by JRE's HTTPClient, which is used by default
http protocol handler and HttpURLConnection.

>> Also, can you please clarify when that settings file is read? E.g.
>>can I change it at any time or do I have to restart Eclipse?
>
> There is no need to restart Eclipse. Servers file timestamp is checked
> before sending each request and in case read information is not up to date
> the file is re-read.

   It would be handy if JavaSVN would show those settings on console
when reloading.

   regards,
   Eugene

>>-----Original Message-----
>>From: Eugene Kuleshov [mailto:eu@javatx.org]
>>Sent: Friday, January 20, 2006 12:34 AM
>>To: users@subclipse.tigris.org
>>Subject: Re: [Subclipse-users] javasvn and http proxy
>>
>>Alexander,
>>
>> Unfortunately I can't send you this config.
>> Also, can you confirm again that http.proxy* properties
>>will not interfere with these settings?
>>
>> Also, can you please clarify when that settings file is read? E.g.
>>can I change it at any time or do I have to restart Eclipse?
>>
>> regards,
>> Eugene
>>
>>
>>Alexander Kitaev wrote:
>>
>>>Hello Eugeny,
>>>
>>>JavaSVN should use values from "servers" file to establish proxy
>>>connection, though it does not use http-timeout setting
>>
>>(default JDK
>>
>>>timeout value is used). Could you please check that JavaSVN indeed
>>>tries to establish connection with the proxy server or, if
>>
>>possible,
>>
>>>please send me servers file contents, - I will check
>>
>>whether JavaSVN parses it properly.
>>
>>>Alexander Kitaev,
>>>TMate Software,
>>>http://tmate.org/
>>>http://jetbrains.com/tmate/
>>>
>>>
>>>
>>>>-----Original Message-----
>>>>From: Eugene Kuleshov [mailto:eu@md.pp.ru]
>>>>Sent: Wednesday, January 18, 2006 10:22 PM
>>>>To: users@subclipse.tigris.org
>>>>Subject: [Subclipse-users] javasvn and http proxy
>>>>
>>>>Hi,
>>>>
>>>> I believe I've asked this already but this issue hit me again.
>>>>
>>>> There are some svn repositories that are using http and https
>>>>protocols.
>>>> Since I am behind the proxy I've added proxy config into
>>>>"C:\Documents and Settings\<user name>\Application
>>>>Data\Subversion\servers" on my Windows PC. After that Subclipse is
>>>>working ok using JavaHL, but if I try to switch to JavaSVN I am
>>>>getting connection timeouts.
>>>>
>>>> I am not sure if this issue caused by my eclipse.ini
>>
>>which has the
>>
>>>>following (and that helps to resolve dtd and xsd from the
>>
>>web in other
>>
>>>>plugins):
>>>>
>>>>-vmargs
>>>>-Dhttp.proxyHost=<host>
>>>>-Dhttp.proxyPort=<port>
>>>>-Dhttps.proxyHost=<host>
>>>>-Dhttps.proxyPort=<port>
>>>>...
>>>>
>>>> Please advise.
>>>>
>>>> By thw way, is JavaSVN using http-timeout from servers config?
>>>>
>>>> I also noticed that there are modal progress dialogs for some
>>>>operations (out of the top of my head - changing commit properties
>>>
>>>>from history view) and such modal dialogs that can't be
>>
>>canceled makes
>>
>>>>whole workbench unusable.
>>>>
>>>> regards,
>>>> Eugene

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subclipse.tigris.org
For additional commands, e-mail: users-help@subclipse.tigris.org
Received on Sat Jan 21 07:17:52 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.