I am having a major problem when I use subversive with myeclipse.
Every now and then (2-3 times a day) some .svn folders are deleted from my workspace. This is causing me great pain because I have to restore the .svn folders while I must keep the changes to files.
The deleted .svn folders are not random folders. They are the svn metadata for MyEclipse Web project web-inf folders. Thats why am also posting this here.
My workspace consists of 27 projects, I have several (5) web projects with the following structure:
MyTestWar (my eclipse web project)
—>web (web content folder)
——->WEB-INF
———->.svn (the svn metadata that is deleted)
I tried to find the cause by enabling the Windows NTFS Auditing features. By doing that I found out that eclipse deletes the folder (the ntfs auditing reports that java.exe deleted the folder).
I want to track down the eclipse plugin that deletes the folder. Is there any way to do this?
I am using Eclipse 3.2 final + MyEclipse 5M1 + subversive rc4 ( I have the auto refresh and refresh at startup preferences enabled)