I am using Subclipse to connect to a SVN repo where I have check in my Android project. I need Subclipse to pickup my R.java too, (to make the long story short, some team members need the whole thing to generate jni headers).
So my question is how to get subclipse to pick it up? I tried Window->preferences. Also Team -- show properties (it is blank, no svn:ignore property)
The gen folder is in the repository, but empty.
How to do it?
EDIT: Thanks to an answer from Chris, I right-clicked on the package-name inside the gen folder and clicked Team --> Add to version control. I got a warning & when I clicked OK, it did seem to add the missing package.
However, inside the repo, the gen directory is still empty. R.java still does not show the little repo icon that other source files have. I committed the gen folder, refreshed the repo, even restarted eclipse. Same thing
If I retry Team --> Add to version control on that package, I get an "already in repo" error. But cannot see it there :-( . Not sure why.