> The easiest way to import files is to import them
> using import>>file system . But this will include
> all files within the directories. What are you
> needing the files for?
the files are checked out through a svn-client, they are actually from many projects, and the codes are not being placed under one directory, so I just want to link them into the workplace so that I can check in stuff if I do some changes ;)
> You could try using a subversion plugin for eclipse.
> Google subclipse its what I use and is relatively
> simple to integrate.
I do have subclispe, but the thing is there are many projects I should check out and the .java files are under many subdirectories... so the best way to do is to check all of them(including .pdf, .txt, and so on) out firstly and link the sources into workspace. I 've seen someonoe's done that, but don't know how ;)