• 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
  • Ron McLeod
  • Paul Clapham
  • Tim Cooke
  • Devaka Cooray
Sheriffs:
  • Liutauras Vilda
  • paul wheaton
  • Rob Spoor
Saloon Keepers:
  • Tim Moores
  • Stephan van Hulst
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
Bartenders:
  • Carey Brown
  • Roland Mueller

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 ]
 
Destiny's powerful hand has made the bed of my future. And this tiny ad:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic