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

Subclipse 0.9.31 Move/Rename Problem

From: Niko Baehr <NikoBaehr_at_gmx.net>
Date: 2005-05-24 23:04:32 CEST

Hi,

I have installed the new versions of subversion (1.2.0) and subclipse
(0.9.31). I am using webdav with https and authentication to access the
subversion repository.
Now the problem: When I rename or move a file and try to commit my changes I
always get an error:
org.tigris.subversion.javahl.ClientException: RA layer request failed
svn: Commit failed (details follow):
svn: COPY of test/aa.txt: 502 Bad Gateway (https://my.real.server.name)

org.tigris.subversion.svnclientadapter.SVNClientException:
org.tigris.subversion.javahl.ClientException: RA layer request failed
svn: Commit failed (details follow):
svn: COPY of test/aa.txt: 502 Bad Gateway (https://my.real.server.name)

org.tigris.subversion.svnclientadapter.javahl.JhlClientAdapter.commit(JhlClientAdapter.java:367)
org.tigris.subversion.subclipse.core.commands.CheckinResourcesCommand$1.run(CheckinResourcesCommand.java:97)
org.tigris.subversion.subclipse.core.SVNProviderPlugin$5.run(SVNProviderPlugin.java:408)
org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1673)
org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1693)
org.tigris.subversion.subclipse.core.SVNProviderPlugin.run(SVNProviderPlugin.java:403)
org.tigris.subversion.subclipse.core.commands.CheckinResourcesCommand.run(CheckinResourcesCommand.java:86)
org.tigris.subversion.subclipse.core.SVNTeamProvider.checkin(SVNTeamProvider.java:107)
org.tigris.subversion.subclipse.ui.operations.CommitOperation.execute(CommitOperation.java:65)
org.tigris.subversion.subclipse.ui.operations.SVNOperation.run(SVNOperation.java:90)
org.eclipse.team.internal.ui.actions.JobRunnableContext.run(JobRunnableContext.java:159)
org.eclipse.team.internal.ui.actions.JobRunnableContext$3.runInWorkspace(JobRunnableContext.java:179)
org.eclipse.core.internal.resources.InternalWorkspaceJob.run(InternalWorkspaceJob.java:38)
org.eclipse.core.internal.jobs.Worker.run(Worker.java:66)

Everything else (synchronize, commit changes, ...) works fine. Any ideas?

Thanks
Niko
Received on Wed May 25 07:04:32 2005

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.