When I upgraded to Subclipse 1.8/SVN 1.7, my normal workspace layout
gets random exceptions mainly during revert.
Normally I have one project that represents trunk or a branch and then
import individual projects under it. My commits are always done from
the trunk/branch project. With the latest update this causes an
exception in some cases like revert but does succeed.
java.lang.IllegalArgumentException: Attempted to beginRule:
F/branch/Common/src/my/data, does not match outer scope rule: P/Common.
at org.eclipse.core.runtime.Assert.isLegal(Assert.java:63)
at
org.eclipse.core.internal.jobs.ThreadJob.illegalPush(ThreadJob.java:136)
at
org.eclipse.core.internal.jobs.ThreadJob.push(ThreadJob.java:335)
at
org.eclipse.core.internal.jobs.ImplicitJobs.begin(ImplicitJobs.java:63)
at
org.eclipse.core.internal.jobs.JobManager.beginRule(JobManager.java:286)
at
org.eclipse.core.internal.resources.WorkManager.checkIn(WorkManager.java:118)
at
org.eclipse.core.internal.resources.Workspace.prepareOperation(Workspace.java:2282)
at
org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1649)
at
org.tigris.subversion.subclipse.core.client.OperationManager.endOperation(OperationManager.java:150)
at
org.tigris.subversion.subclipse.core.commands.RevertResourcesCommand.run(RevertResourcesCommand.java:174)
at
org.tigris.subversion.subclipse.ui.operations.RevertOperation.execute(RevertOperation.java:55)
at
org.tigris.subversion.subclipse.ui.operations.RepositoryProviderOperation.execute(RepositoryProviderOperation.java:71)
at
org.tigris.subversion.subclipse.ui.operations.SVNOperation.run(SVNOperation.java:90)
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:54)
------------------------------------------------------
http://subclipse.tigris.org/ds/viewMessage.do?dsForumId=1047&dsMessageId=2876572
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subclipse.tigris.org].
Received on 2011-11-09 13:02:13 CET