Hello,
Sample file works fine for me with the latest version of SVNKit.
Possible reason of the problem is that SVNKit is not able to match
"svn.myservers.org" against host name of the repository you're
connecting to. If the host name you're using is not "svn.myservers.org"
could you please send me the real name for test? Do you use http or
https protocol?
Thanks!
Alexander Kitaev,
TMate Software,
http://svnkit.com/ - Java [Sub]Versioning Library!
Juergen Sandner wrote:
> Operating System: Linux (OpenSuse 10.2)
> Eclipse 3.2.1
> Subclipse 1.0.4 and 1.1.9
> SVN interface: SVNKit (Pure Java)
>
> Both, subclipse 1.0.4 and 1.1.9 make an error in reading the subversion
> proxy-configuration from file $HOME/.subversion/servers:
>
> A proxy (at least one, that needs authentication) is used only, if it is
> defined in the [global] section of the file "servers"
>
> svn on the other hand works fine, if you define the proxy to use in a
> server-section, eg:
>
> [global]
> # possible options
>
> [groups]
> server1 = svn.myservers.org
>
> [server1]
> http-proxy-host = my.proxy
> http-proxy-port = 3128
> http-proxy-username = me
> http-proxy-password = secret
>
>
> For SVNKit to work you have to define additionally / alternatively:
>
> [global]
> http-proxy-host = my.proxy
> http-proxy-port = 3128
> http-proxy-username = me
> http-proxy-password = secret
>
>
> Regards
> Juergen Sandner
>
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subclipse.tigris.org
For additional commands, e-mail: users-help@subclipse.tigris.org
Received on Wed Jan 10 21:26:23 2007