[Issue 1021] New - JavaHL not parsing the proxy properties correctly (%HOMEPATH%/Application Data/Subversion/servers)

View: New views
3 Messages — Rating Filter:   Alert me  

[Issue 1021] New - JavaHL not parsing the proxy properties correctly (%HOMEPATH%/Application Data/Subversion/servers)

by Cheng Lee-3 :: Rate this Message:

Reply (Restricted by the Administrator) | Reply to Author | View Threaded | Show Only this Message

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=2412710

To unsubscribe from this discussion, e-mail: [issues-unsubscribe@...].

[Issue 1021] JavaHL not parsing the proxy properties correctly (%HOMEPATH%/Application Data/Subversion/servers)

by Mark Phippard-3 :: Rate this Message:

Reply (Restricted by the Administrator) | Reply to Author | View Threaded | Show Only this Message

http://subclipse.tigris.org/issues/show_bug.cgi?id=1021



User markphip changed the following:

                What    |Old value                 |New value
================================================================================
                  Status|NEW                       |RESOLVED
--------------------------------------------------------------------------------
              Resolution|                          |INVALID
--------------------------------------------------------------------------------




------- Additional comments from markphip@... Thu Oct 29 09:19:07 -0700 2009 -------
JavaHL is part of Subversion.  I doubt it parses this file, I am fairly sure it just uses the same SVN library
code to parse it that the command line would use.  So in theory, the SVN command line and TortoiseSVN
ought to have the same problem.

------------------------------------------------------
http://subclipse.tigris.org/ds/viewMessage.do?dsForumId=1046&dsMessageId=2412712

To unsubscribe from this discussion, e-mail: [issues-unsubscribe@...].

[Issue 1021] JavaHL not parsing the proxy properties correctly (%HOMEPATH%/Application Data/Subversion/servers)

by Cheng Lee-3 :: Rate this Message:

Reply (Restricted by the Administrator) | Reply to Author | View Threaded | Show Only this Message

http://subclipse.tigris.org/issues/show_bug.cgi?id=1021






------- Additional comments from chenglee@... Thu Oct 29 10:50:45 -0700 2009 -------
You are right. I tried the svn command line client and the problem is with the
CollabNet Subversion Command-Line Client v1.6.6 (for Windows)

------------------------------------------------------
http://subclipse.tigris.org/ds/viewMessage.do?dsForumId=1046&dsMessageId=2412752

To unsubscribe from this discussion, e-mail: [issues-unsubscribe@...].