We use SVN API to do this, so error happens in SVN layer. Try doing
commit using SVN command line. You should get the same error. Then
report to users_at_subversion.tigris.org. There are likely more people
available with ideas on that list.
The best place to search lists is here:
http://svn.haxx.se/
This search term does give some hits: "Could not parse response status line"
Mark
On Thu, Dec 18, 2008 at 10:16 AM, Andrey Razumovsky
<razumovsky.andrey_at_gmail.com> wrote:
> Hello
>
> I get the following exception when trying to commit to local network
> repository:
>
> --------------------Begin of stack trace
> org.tigris.subversion.svnclientadapter.SVNClientException:
> org.tigris.subversion.javahl.ClientException: RA layer request failed
> svn: Commit failed (details follow):
> svn: MKACTIVITY of '/repos/!svn/act/e7b93063-382a-d048-8038-c28d678cf09a':
> Could not parse response status line (http://192.168.1.143)
>
> at
> org.tigris.subversion.svnclientadapter.javahl.AbstractJhlClientAdapter.commit(AbstractJhlClientAdapter.java:316)
> at
> org.tigris.subversion.subclipse.core.commands.CheckinResourcesCommand$1.run(CheckinResourcesCommand.java:118)
> at
> org.tigris.subversion.subclipse.core.SVNProviderPlugin$5.run(SVNProviderPlugin.java:468)
> at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1800)
> at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1782)
> at
> org.tigris.subversion.subclipse.core.SVNProviderPlugin.run(SVNProviderPlugin.java:463)
> at
> org.tigris.subversion.subclipse.core.commands.CheckinResourcesCommand.run(CheckinResourcesCommand.java:94)
> at
> org.tigris.subversion.subclipse.core.SVNTeamProvider.checkin(SVNTeamProvider.java:139)
> at
> org.tigris.subversion.subclipse.ui.operations.CommitOperation.execute(CommitOperation.java:124)
> at
> org.tigris.subversion.subclipse.ui.operations.SVNOperation.run(SVNOperation.java:89)
> at
> org.eclipse.team.internal.ui.actions.JobRunnableContext.run(JobRunnableContext.java:144)
> at
> org.eclipse.team.internal.ui.actions.JobRunnableContext$ResourceJob.runInWorkspace(JobRunnableContext.java:72)
> at
> org.eclipse.core.internal.resources.InternalWorkspaceJob.run(InternalWorkspaceJob.java:38)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
> Caused by: org.tigris.subversion.javahl.ClientException: RA layer request
> failed
> svn: Commit failed (details follow):
> svn: MKACTIVITY of '/repos/!svn/act/e7b93063-382a-d048-8038-c28d678cf09a':
> Could not parse response status line (http://192.168.1.143)
>
> at org.tigris.subversion.javahl.SVNClient.commit(Native Method)
> at org.tigris.subversion.javahl.SVNClient.commit(SVNClient.java:501)
> at
> org.tigris.subversion.svnclientadapter.javahl.AbstractJhlClientAdapter.commit(AbstractJhlClientAdapter.java:310)
> ... 13 more
> -------------------End of stack trace
>
> I tried with different versions of Eclipse and different versions of
> Subclipse.
> BTW I can commit to a network repo, so I suspect this is a problem with SVN
> Server...
> I tried to google this, seems few people had same problem, but there's no
> clean answer.
>
> Thanks in advance!
> Andrey
>
--
Thanks
Mark Phippard
http://markphip.blogspot.com/
------------------------------------------------------
http://subclipse.tigris.org/ds/viewMessage.do?dsForumId=1047&dsMessageId=986736
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subclipse.tigris.org].
Received on 2008-12-18 16:23:07 CET