Mark,
Here is the stack trace from the .log file:
!ENTRY org.eclipse.core.jobs 4 2 2008-07-11 07:46:49.171
!MESSAGE An internal error occurred during: "SVN Update".
!STACK 0
java.lang.IllegalArgumentException: Attempted to beginRule: P/OpenJML,
does not match outer scope rule: P/OpenJDK
at org.eclipse.core.runtime.Assert.isLegal(Assert.java:64)
at org.eclipse.core.internal.jobs.ThreadJob.illegalPush(ThreadJob.java:122)
at org.eclipse.core.internal.jobs.ThreadJob.push(ThreadJob.java:232)
at org.eclipse.core.internal.jobs.ImplicitJobs.begin(ImplicitJobs.java:58)
at org.eclipse.core.internal.jobs.JobManager.beginRule(JobManager.java:230)
at
org.eclipse.core.internal.resources.WorkManager.checkIn(WorkManager.java:117)
at
org.eclipse.core.internal.resources.Workspace.prepareOperation(Workspace.java:1747)
at
org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1470)
at
org.tigris.subversion.subclipse.core.client.OperationManager.endOperation(OperationManager.java:119)
at
org.tigris.subversion.subclipse.core.commands.UpdateResourcesCommand.run(UpdateResourcesCommand.java:83)
at
org.tigris.subversion.subclipse.ui.operations.UpdateOperation.execute(UpdateOperation.java:73)
at
org.tigris.subversion.subclipse.ui.operations.RepositoryProviderOperation.execute(RepositoryProviderOperation.java:71)
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:55)
- David
Quoting Mark Phippard <markphip_at_gmail.com>:
> On Thu, Jul 10, 2008 at 11:38 AM, cok_at_frontiernet.net
> <cok_at_frontiernet.net> wrote:
>> Just to add that I see the same problem.
>>
>> I have two separate projects, both open and both connected to different
>> parts of the same SVN tree. Trying to update either one results in a
>> corresponding error message; trying to update both results in just one being
>> updated (because ther error message stops the process, I think). However,
>> it does appear that the update is successful.
>
> The problem is that scenario is incredibly normal and a lot, perhaps
> most, of us do not see it.
>
> Can people that get this all post the OS they are using?
>
> --
> Thanks
>
> Mark Phippard
> http://markphip.blogspot.com/
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_subclipse.tigris.org
> For additional commands, e-mail: users-help_at_subclipse.tigris.org
>
>
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subclipse.tigris.org
For additional commands, e-mail: users-help_at_subclipse.tigris.org
Received on 2008-07-11 13:52:47 CEST