I have a single folder project myProject with the structure as below on eclipse
- myProject
- src
- web
- test
I have a SVN repository say ProRep and my project myProject under it which looks like below:
- ProRep
- myProject
- src
- web
- test
- trunk
- branches
- tags
- myProject
On checking out files from the SVN repository, using the path someurl/ProRep/myProject, the folders - tags, branches and trunk also get checked out. Is there any way to avoid this from happening. I want only the src, web and test folders on my workspace.