Why is Eclipse trying to copy my .svn folders from src to bin, and how can I make it stop?

前端 未结 6 1354
迷失自我
迷失自我 2020-12-24 11:56

I have checked out a bunch of java code using subversion 1.6 and then I imported those projects into eclipse. Subclipse 1.6 picked up the fact that the plugins are under ve

6条回答
  •  無奈伤痛
    2020-12-24 12:14

    The "accepted best answer" described the cause to me, but as my project was already shared, I 1. closed the project, 2. opend it again and 3. cleaned it. The .svn folder is gone and does not come back.

提交回复
热议问题