Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>Finally solved the problem. Hers is the solution. First of all I had two Intellij IDEA projects open in two separate windows. </p> <p>One was the project which had corresponding subversion repository. This was a <code>file-based format project</code>. Files that define a project are <code>.iws, .ipr and .iml</code>. .iws is the one corresponding to the workspace configuration. I just reverted back this file with <code>svn revert project.iws</code> and I could launch my project again.</p> <p>But the problem in second project <code>JavaDemoCodes</code> still persisted as it was custom project I created and it looks by default we get a directory-based format project instead of <code>file-based format project</code>. This has all its configurations in /home/aniket/.IdeaIC12 directory. As many of you suggested i searched for workspace.xml here but could not find it. I tried <code>find . -name *.xml</code> but i still could not find it(Also as the error suggests there is no file <code>/home/aniket/IdeaProjects/JavaDemoCodes/.idea/workspace.xml</code> ).Finally I did import project from my first project(the one with svn repo) it detected my <code>JavaDemoCodes</code> project as Intellij IDEA project and let me open it in new window.</p> <p>Not sure if this is the perfect answer but it solved my problem and yes as someone suggested I deleted .iws file from my 1st svn repo based project and tried to restart but was of no help. New .iws file was created but it still gave me the same error.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload