I'm working with Eclipse (assume the latest version) and the Subversive SVN plugin. My SVN structure is the typical one:
- branches
- docs
- ...
- tags
- trunk
- scripts
- project1
- src...
- pom.xml
- project2
- ...
I have checked out the whole structure using TortoiseSVN, and have imported in Eclipse project1, project2, etc. So when I want to commit or download code changes, I just do it from Eclipse. If I want to do the same with the documents or SQL scripts (which are outside the projects), I have to use TortoiseSVN instead. The problem is, TortoiseSVN and Subclipse don't work well together.
If I want to have those folders inside Eclipse to manage them with Subversive... how should I do it? Surely there has to be a better way than creating an empty "general" project, right?