• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Ron McLeod
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

eclipse get closed while adding a SVN repository

 
Ranch Hand
Posts: 30
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all
I am using
eclipse Europa 3.3.2.
subversion 1.5
and subclipse (which I installed using help->software updates-> find and install in eclipse)
Now in subversion repositiry view when I right click and add new repository location after clicking finish button eclipse gets closed.
Can anybody tell me why this is happening and how to overcome this.

Thanks in advance for your help.

Aniket.
 
author
Posts: 5856
7
Android Eclipse IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Eclipse will go away if it encounters an unhandled exception. Look in the workspace/.metadata/.log file, it might have a stack trace that will tell you what went wrong.

By the way, when I encounter an issue like this, and if the issue is persistent (always crashes), usually the only thing that fixes it is to reinstall Eclipse and then install only the plugins I cannot live without.
[ October 15, 2008: Message edited by: Peter Johnson ]
 
A tiny monkey bit me and I got tiny ads:
Clean our rivers and oceans from home
https://www.kickstarter.com/projects/paulwheaton/willow-feeders
reply
    Bookmark Topic Watch Topic
  • New Topic