I have created initial import of my eclipse project to local file like this:
$svn import /home/miso/workspace/DatabaseManager/ file:///home/miso/svn/dbman -m 'Initial import'
Now I'd like to add this SVN repository to my Eclipse project (inside Eclipse itself). When I try to add new repository via SVN Reposistory Perspective (it came probably with Subclipse plugin) and navigate to file:///home/miso/svn/dbman then I get only this result:

What did I wrong? Thanks
checkoutinstead of animport? - Peaches491