how to get eclipse show a folder from file system

eclipse

Solution

There is a Remote Systems View that offers access to your file system.

Window -> Show View -> Other... -> Remote Systems -> Remote Systems

Problem

i need to see a folder (svn) from file system in eclipse (is there a file explore functionality). how to achieve that? i don't want the folder to be nested in a project. In best case eclipse links that folder to svn repository like all other projects.

Original source