- This topic has 4 replies, 2 voices, and was last updated 18 years, 5 months ago by
Riyad Kalla.
-
AuthorPosts
-
Paul DurcekMemberI am using Eclipse 3.2.1 and MyEclipse version: 5.1.0 GA, Build id: 20061111-5.1.0-GA. Up until now I had the SVN view and it appeared to work fine. Today, while doing some work, I was in a hurry and I got some kind of a pop-up in Eclipse. Not thinking I didn’t read what it said, but I did click the only button that appeared. Since then my SVN view got corrupted – the only thing that I see is the expanded file that I am working on. I tried creating a new workspace, but now the “SVN Explorer” option doesn’t even appear in the list of perspectives.
I tried to find some logs that would tell me what has happened, but no luck. Can anyone help?
All help is appreciated.
-pd
February 7, 2007 at 10:22 pm #265787
Riyad KallaMemberPD,
First thing is to go to Window > Reset Perspective to see if that will help. If not, do you know if you are running Subversive or Subclipse?February 8, 2007 at 9:32 am #265813
Paul DurcekMemberI did switch my workspace to a test one prior to posting the message and I believe that it would of reset the perspective, but I did it again anyway. The outcome is the same – the SVN option does not even appear in the list of perspectives. I was able to find the error logs and here is the entry which indicates the last presence of my SVN.
!ENTRY org.eclipse.team.core 4 0 2007-02-07 16:06:40.734 !MESSAGE Could not instantiate provider org.tigris.subversion.subclipse.core.svnnature for project JMeter. !STACK 1 org.eclipse.team.core.TeamException: Could not instantiate provider org.tigris.subversion.subclipse.core.svnnature for project JMeter. at org.eclipse.team.core.RepositoryProvider.mapNewProvider(RepositoryProvider.java:166) at org.eclipse.team.core.RepositoryProvider.mapExistingProvider(RepositoryProvider.java:236) at org.eclipse.team.core.RepositoryProvider.getProvider(RepositoryProvider.java:462) at org.eclipse.team.internal.core.TeamHookDispatcher.getProvider(TeamHookDispatcher.java:97) at org.eclipse.team.internal.core.TeamHookDispatcher.getRuleFactory(TeamHookDispatcher.java:105) at org.eclipse.core.internal.resources.Rules.factoryFor(Rules.java:87) at org.eclipse.core.internal.resources.Rules.refreshRule(Rules.java:152) at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1394) at org.eclipse.jdt.ui.actions.RefreshAction$1.run(RefreshAction.java:131) at org.eclipse.jdt.internal.core.BatchOperation.executeOperation(BatchOperation.java:39) at org.eclipse.jdt.internal.core.JavaModelOperation.run(JavaModelOperation.java:720) at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1737) at org.eclipse.jdt.core.JavaCore.run(JavaCore.java:4024) at org.eclipse.jdt.internal.ui.actions.WorkbenchRunnableAdapter.run(WorkbenchRunnableAdapter.java:87) at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:113) !SUBENTRY 1 org.eclipse.team.core 4 0 2007-02-07 16:06:40.734 !MESSAGE Could not instantiate provider org.tigris.subversion.subclipse.core.svnnature for project JMeter.
February 8, 2007 at 10:04 am #265816
Paul DurcekMemberI just reinstalled Subclipse and that seems to have brought SVN back. I don’t believe that I installed Subclipse explicitly before – I thought that it came with MyEclipse. Also, I am not sure why it got upset, but all is good now.
Thanks,
– pdFebruary 9, 2007 at 8:19 am #265861
Riyad KallaMemberGlad it’s working now.
-
AuthorPosts