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

[Subclipse-dev] [PATCH] Passing on complete environment to command-line client

From: Villu Ruusmann <villu.ruusmann_at_webmedia.ee>
Date: 2006-05-23 10:29:25 CEST

An issue has been identified concering the inability of command-line
client to resolve network addresses if executed with incomplete environment.

If the repository base url was specified as: "svn://localhost/.." the
following exception occurred:
org.tigris.subversion.svnclientadapter.SVNClientException:
org.tigris.subversion.svnclientadapter.commandline.CmdLineException:
svn: Unknown hostname 'localhost'

If the repository base url was specified as "svn://127.0.0.1/.." the
following exception occurred:
org.tigris.subversion.svnclientadapter.SVNClientException:
org.tigris.subversion.svnclientadapter.commandline.CmdLineException:
svn: Can't create socket: The requested service provider could not be
loaded or initialized.

The suggested workaround (included in patchfile
CompleteEnvironment.patch) is to execute svn.exe with the complete set
of environment variables.

OS:
CYGWIN_NT-5.1 xyz 1.5.19(0.150/4/2) 2006-01-20 13:28 i686 Cygwin

Java:
java version "1.4.2_10"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_10-b03)
Java HotSpot(TM) Client VM (build 1.4.2_10-b03, mixed mode)

Tested with SVN.exe's:
*) Cygwin: Subversion command-line client, version 1.2.3.
*) Windows: Subversion command-line client, version 1.3.0.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subclipse.tigris.org
For additional commands, e-mail: dev-help@subclipse.tigris.org

Received on Tue May 23 12:42:47 2006

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

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