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

Problem with deleting directories/packages

From: Andreas Schildbach <andreas_at_schildbach.de>
Date: 2005-08-30 17:21:52 CEST

Hello!

First of all I'd like to say thanks to the Subclipse team. Version
0.9.33 works really great and it is fast. And thanks to the integration
of JavaSVN, installation is much easier.

However, I have got one issue left:

I am trying to commit the removal of some empty directories (in fact
Java packages). These directories are marked with a red cross in my
navigator view and package explorer.

However, when trying to commit, an error box appears and some log (see
below) is written.

I tried an Eclipse refresh on the whole project, and then a complete
Team synchronize, but it does not help.

Is this a known issue?

I am using Eclipse 3.1 GTK/WTP 0.7/Subclipse 0.9.33 (JavaSVN)/Ubuntu
Hoary Linux.

And a side issue: Dirty resources are now marked with a graphical black
star icon rather than the textual ">" as in earlier versions. Is this
intentional? Is it possible to revert back to the old behaviour?

Regards,

Andreas

--- .log ---

!ENTRY org.tigris.subversion.subclipse.core 4 -6 2005-08-30 17:07:57.85
!MESSAGE org.tigris.subversion.javahl.ClientException: svn: DELETE
request failed on
'/svn/aschildbach/!svn/wrk/0000010607ee1578/schildbach/trunk/src/de/schildbach/layout/presentation/controller'
svn: svn: Item
'/schildbach/trunk/src/de/schildbach/layout/presentation/controller' is
out of date
!STACK 0
org.tigris.subversion.svnclientadapter.SVNClientException:
org.tigris.subversion.javahl.ClientException: svn: DELETE request failed
on
'/svn/aschildbach/!svn/wrk/0000010607ee1578/schildbach/trunk/src/de/schildbach/layout/presentation/controller'
svn: svn: Item
'/schildbach/trunk/src/de/schildbach/layout/presentation/controller' is
out of date
         at
org.tigris.subversion.svnclientadapter.javahl.AbstractJhlClientAdapter.commit(AbstractJhlClientAdapter.java:270)
         at
org.tigris.subversion.subclipse.core.commands.CheckinResourcesCommand$1.run(CheckinResourcesCommand.java:98)
         at
org.tigris.subversion.subclipse.core.SVNProviderPlugin$5.run(SVNProviderPlugin.java:410)
         at
org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1719)
         at
org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1739)
         at
org.tigris.subversion.subclipse.core.SVNProviderPlugin.run(SVNProviderPlugin.java:405)
         at
org.tigris.subversion.subclipse.core.commands.CheckinResourcesCommand.run(CheckinResourcesCommand.java:87)
         at
org.tigris.subversion.subclipse.core.SVNTeamProvider.checkin(SVNTeamProvider.java:178)
         at
org.tigris.subversion.subclipse.ui.operations.CommitOperation.execute(CommitOperation.java:62)
         at
org.tigris.subversion.subclipse.ui.operations.SVNOperation.run(SVNOperation.java:90)
         at
org.eclipse.team.internal.ui.actions.JobRunnableContext.run(JobRunnableContext.java:146)
         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:76)
Caused by: org.tigris.subversion.javahl.ClientException: svn: DELETE
request failed on
'/svn/aschildbach/!svn/wrk/0000010607ee1578/schildbach/trunk/src/de/schildbach/layout/presentation/controller'
svn: svn: Item
'/schildbach/trunk/src/de/schildbach/layout/presentation/controller' is
out of date
         at
org.tigris.subversion.javahl.JavaHLObjectFactory.throwException(JavaHLObjectFactory.java:408)
         at
org.tmatesoft.svn.core.javahl.SVNClientImpl.throwException(SVNClientImpl.java:1094)
         at
org.tmatesoft.svn.core.javahl.SVNClientImpl.commit(SVNClientImpl.java:383)
         at
org.tigris.subversion.svnclientadapter.javahl.AbstractJhlClientAdapter.commit(AbstractJhlClientAdapter.java:264)
         ... 13 more
Received on Wed Aug 31 01:21:52 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.