Community
Participate
Working Groups
I get a few dozen warnings of the following type: The resource is a duplicate of src-gen/org/eclipse/.svn/entries and was not copied to the output folder entries Java Problem /org.eclipse.emf.cdo.dawn.codegen.dawngenmodel.gmf.ui/src/org/eclipse/.svn The problem is that Eclipse is unaware that the .svn folders in the src-gen tree are not sources. My request is for the .svn folders to be explicitly excluded from the projects involved. I'll attach a patch in a minute that does this. Btw, I'm aware that probably not everyone gets these warnings. It seems to depend on one's SVN client, one's SVN front-end (Subclipse or Subversive), and/or the way one checks out the project (i.e. command line or through your Eclipse integration tool). Perhaps with a by-the-book setup as per our Wiki page, the warnings don't appear...
Created attachment 202403 [details] Patch v1
> My request is for the .svn folders to be explicitly excluded from > the projects involved. What I meant was: for them to be excluded from the *sources*. See the Java build path after applying the patch.
Seems to be o.k. Please commit.
Thanks. Committed revision 9187.
Closing.