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

Bug: update of project containing non controlled files.

From: Neil Pitman <neil.pitman_at_mahjongmania.com>
Date: 2005-11-20 02:37:49 CET

With Eclipse 3.1.0 and Subclipse 0.9.37 on Windows, I have a project of
the following structure

 

FooProject

+src (source controlled in SVN)

+JRE System Library (just a project reference)

+Build (out put directory - not controlled)

Build.xml (controlled)

 

If I select the src folder and build.xml, and Team>update, all works

If I select src and the JRE or build directory, then the team context
menu does not offer update.

If I select FooProject and Team>update, I get the following :

 

 

!ENTRY org.eclipse.core.runtime 4 2 2005-11-19 20:26:47.154

!MESSAGE An internal error occurred during: "SVN Update".

!STACK 0

java.lang.NullPointerException

            at
org.tigris.subversion.subclipse.core.client.OperationManager.onNotify(Op
erationManager.java:150)

            at
org.tigris.subversion.svnclientadapter.SVNNotificationHandler.notifyList
enersOfChange(SVNNotificationHandler.java:185)

            at
org.tigris.subversion.svnclientadapter.javahl.JhlNotificationHandler.onN
otify(JhlNotificationHandler.java:280)

            at
org.tigris.subversion.svnclientadapter.javahl.JhlNotificationHandler.onN
otify(JhlNotificationHandler.java:62)

            at org.tigris.subversion.javahl.SVNClient.update(Native
Method)

            at
org.tigris.subversion.javahl.SVNClient.update(SVNClient.java:388)

            at
org.tigris.subversion.javahl.SVNClientSynchronized.update(SVNClientSynch
ronized.java:445)

            at
org.tigris.subversion.svnclientadapter.javahl.AbstractJhlClientAdapter.u
pdate(AbstractJhlClientAdapter.java:805)

            at
org.tigris.subversion.subclipse.core.commands.UpdateResourcesCommand.run
(UpdateResourcesCommand.java:65)

            at
org.tigris.subversion.subclipse.ui.operations.UpdateOperation.execute(Up
dateOperation.java:63)

            at
org.tigris.subversion.subclipse.ui.operations.RepositoryProviderOperatio
n.execute(RepositoryProviderOperation.java:68)

            at
org.tigris.subversion.subclipse.ui.operations.SVNOperation.run(SVNOperat
ion.java:90)

            at
org.eclipse.team.internal.ui.actions.JobRunnableContext.run(JobRunnableC
ontext.java:146)

            at
org.eclipse.team.internal.ui.actions.JobRunnableContext$ResourceJob.runI
nWorkspace(JobRunnableContext.java:72)

            at
org.eclipse.core.internal.resources.InternalWorkspaceJob.run(InternalWor
kspaceJob.java:38)

            at org.eclipse.core.internal.jobs.Worker.run(Worker.java:76)
Received on Sun Nov 20 12:37:49 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.