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.
There is a Remote Systems View that offers access to your file system.
Window -> Show View -> Other... -> Remote Systems -> Remote Systems
Eclipse: File -> New -> Project -> General -> Project ->
Untick 'default location'
Set location to the folder where your files reside you want to browse.
After pressing 'Finish' an Eclipse project is created showing all files residing in your folder
(because: creating a Eclipse project into an existing folder does not purge the files therein)
Eclipse is project-centric, it will not show files or folders that are not part of a Project. You can create a link to any arbitrary location on your file system, but the link must live in a Project.
The closest thing I know of would be to install the Remote System Explorer (RSE, see http://www.eclipse.org/tm/), which offers a Local node in its Remote Systems view. But I doubt it has any integration with svn.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With