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

Re: [Subclipse-users] Exception when using character sequences in commit message

From: Mark Phippard <markp_at_softlanding.com>
Date: 2006-10-11 16:37:03 CEST

Tom Schindl <tom.schindl@bestsolution.at> wrote on 10/11/2006 06:42:38 AM:

> when we check in things into subversion we use:
>
> -------------8<-------------
> Tom Schindl <tom.schindl@bestsolution.at>
> - message
> -------------8<-------------
>
> This is not working any more since a few days and we get an Exception
> saying like this:
>
> > !ENTRY org.tigris.subversion.subclipse.core 4 -6 2006-10-11
12:19:26.125
> > !MESSAGE org.tigris.subversion.javahl.ClientException: RA layer
> request failed
> > svn: Commit failed (details follow):
> > svn: MERGE request failed on
> '/repos/fides/application/at.bestsolution.fides/trunk/META-INF'
> > svn: MERGE of
> '/repos/fides/application/at.bestsolution.fides/trunk/META-INF': 200 OK
> (http://myhost:81)
> >
> > !STACK 0
> > org.tigris.subversion.svnclientadapter.SVNClientException:
> org.tigris.subversion.javahl.ClientException: RA layer request failed
> > svn: Commit failed (details follow):
> > svn: MERGE request failed on
> '/repos/fides/application/at.bestsolution.fides/trunk/META-INF'
> > svn: MERGE of
> '/repos/fides/application/at.bestsolution.fides/trunk/META-INF': 200 OK
> (http://myhost:81)
> >
> > at
> org.tigris.subversion.svnclientadapter.javahl.AbstractJhlClientAdapter.
> commit(AbstractJhlClientAdapter.java:265)
> > at
> org.tigris.subversion.subclipse.core.commands.CheckinResourcesCommand$1.
> run(CheckinResourcesCommand.java:102)
> > at
> org.tigris.subversion.subclipse.core.SVNProviderPlugin$5.
> run(SVNProviderPlugin.java:436)
> > at
> org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1737)
> > at
> org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1719)
> > at
>
org.tigris.subversion.subclipse.core.SVNProviderPlugin.run(SVNProviderPlugin.java:431)
> > at
> org.tigris.subversion.subclipse.core.commands.CheckinResourcesCommand.
> run(CheckinResourcesCommand.java:88)
> > at
>
org.tigris.subversion.subclipse.core.SVNTeamProvider.checkin(SVNTeamProvider.java:139)
> > at
> org.tigris.subversion.subclipse.ui.operations.CommitOperation.
> execute(CommitOperation.java:105)
> > 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:58)
>
>
> The exception produced by Subversive is a bit better and helped us to
> find the source of the problem:
>
> ------------------8<------------------
> MERGE request failed on
> '/repos/teamtec/abssystem/webapp/trunk/JavaSource'
> Processing MERGE request response failed: Element type "tom.schindl"
must
> be followed by either attribute specifications, ">" or "/>".
> (/repos/teamtec/abssystem/webapp/trunk/JavaSource)
> at
> org.tigris.subversion.javahl.JavaHLObjectFactory.
> throwException(JavaHLObjectFactory.java:565)
> at
> org.tmatesoft.svn.core.client.SVNClientEx.commit(SVNClientEx.java:246)
> at
> org.polarion.team.svn.client.javasvn.JavaSVNClientProxy.
> commit(JavaSVNClientProxy.java:112)
> ... 21 more
> ------------------8<------------------
>
>
> If I replace <tom.schindl@bestsolution.at> through "-
> tom.schindl@bestsolution.at" everything works as expected. It seems the
> source of the problem are neither Subversive nor Subclipse but the
> underlying JavaHL or Subversion.

I am not exactly sure what you are requesting or reporting here. I can
say that we are just relaying the text to the console from JavaHL or
JavaSVN. I'd assume if you were using the JavaSVN adapter in Subclipse
you'd get an error in the Console that was fairly similar to the one in
Subversive.

Mark

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subclipse.tigris.org
For additional commands, e-mail: users-help@subclipse.tigris.org
Received on Wed Oct 11 16:37:15 2006

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

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