How discard local project from repository in IntelliJ IDEA 9? (like eclipse), help me :)
+1
A:
Do you want to delete the whole project from repository ? In this case you can use
svn del
or if you are using toroiseSVN you can just right click on the project folder and then select delete option.
Both ways will also delete your local copy.
dawez
2010-01-14 14:48:17
Thanks for your answer, but I want to know that discard svn in IntelliJ IDEA 9.
saltfactory
2010-01-14 17:52:44
If you select to delete a folder [pressing the DEL key] that is contained in the project in IntelliJ, it prompts if you want to delete also it from the repository. The project in svn is just a folder so deleting the folder is deleting the prj.
dawez
2010-01-15 12:32:47