Why empty folders don't import to eclipse project ?

Thread Starter

naseeam

Joined Jan 4, 2017
80
I invoked tortoise svn client to checkout 'c' language project from subversion repository. Checkout is successful. All folders/files and empty folders for storing derived
objects are in the checkedout folder.

I create eclipse workspace. Then, I create empty 'c project' in eclipse.

I import checkedout project to eclipse as follows:

From eclipse main menu, File - Import - General - File System. I browse to folder in windows explorer that contain the checkout project. I click Finish.
Project is imported to eclipse but empty folders didn't get imported. In the Import diaglog box, empty folders were selected. Why didn't they import ?

If I completely bypass tortoise svn client and checkout project from eclipse svn plugin, then empty folders are present in the eclipse project.
 

Thread Starter

naseeam

Joined Jan 4, 2017
80
This might be a problem with eclipse Import Wizard because dragging files from the file system and dropping them into one of eclipse navigation views works. Empty folders are imported.
 
1.The "WorkSpace" should contains only [.metadata]

2.Then Open Eclipse, Locate that "WorkSpace"

3.Then Import>Existing Android Project From Another Location except "WorkSpace"
 
Top