http://subclipse.tigris.org/issues/show_bug.cgi?id=1021 Issue #|1021
Summary|JavaHL not parsing the proxy properties correctly (%HO
|MEPATH%/Application Data/Subversion/servers)
Component|svnClientAdapter
Version|current
Platform|JavaHL
OS/Version|Windows XP
URL|
Status|NEW
Status whiteboard|
Keywords|
Resolution|
Issue type|DEFECT
Priority|P3
Subcomponent|svnClientAdapter
Assigned to|issues@subclipse
Reported by|chenglee
------- Additional comments from
chenglee@... Thu Oct 29 09:17:21 -0700 2009 -------
Hi,
It seems that JavaHL is not parsing "servers" properties file properly. Upon
Team synchronizing I got this:
==========
Problems reported while synchronizing SVNStatusSubscriber. 0 of 1 resources were
synchronized.
An error occurred synchronizing /lucene-log4j-core: Error getting status for
resource P/lucene-log4j-core org.tigris.subversion.javahl.ClientException:
Malformed file
svn: C:\Documents and Settings\sg0911238\Application
Data\Subversion\servers:144: Option expected
Error getting status for resource P/lucene-log4j-core
org.tigris.subversion.javahl.ClientException: Malformed file
svn: C:\Documents and Settings\sg0911238\Application
Data\Subversion\servers:144: Option expected
=====
The content of the "servers" property file is:
#(Line 144)
http-proxy-host = proxy.mshome.net
http-proxy-port = 80
Now, removing extra spaces made it work:
http-proxy-host=proxy.mshome.net
http-proxy-port=80
------------------------------------------------------
http://subclipse.tigris.org/ds/viewMessage.do?dsForumId=1046&dsMessageId=2412710To unsubscribe from this discussion, e-mail: [
issues-unsubscribe@...].