Hi,
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.
Tom
--
B e s t S o l u t i o n . a t EDV Systemhaus GmbH
------------------------------------------------------------------------
tom schindl leiter softwareentwicklung/CSE mobile ++43 676 3232147
------------------------------------------------------------------------
eduard-bodem-gasse 8/3 A-6020 innsbruck fax ++43 512 935833
http://www.bestsolution.at phone ++43 512 935834
Received on Wed Oct 11 12:43:15 2006