I have an svn repo that looks something like the following:
TRUNK/
trials/ <- this is a java package
<a bunch of java files>
When I check this out with eclipse through subclipse, I end up with a project with an empty src directory and a folder next to it called trials
, which is not what I want. Is it possible to check it out through subclipse such that the src directory in the project contains trials which contains the java files?