Bug 507044 - Importing Team Project Sets doesn't work in Neon on empty workspace
Summary: Importing Team Project Sets doesn't work in Neon on empty workspace
Status: NEW
Alias: None
Product: EGit
Classification: Technology
Component: Core (show other bugs)
Version: 4.6   Edit
Hardware: PC Windows 7
: P3 major (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-11-04 09:56 EDT by David I CLA
Modified: 2016-11-04 10:01 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David I CLA 2016-11-04 09:56:09 EDT
I've never used Team Project Sets before, but it looks like it will solve a major problem for my team. I exported a project set on Linux, then tried to import it into a new Eclipse Neon installation on Windows 7. 

When I try to import the .psf file, I get a dialog that says:

The following errors occurred while importing projects. Some projects may not be loaded. 

Under details, I see:

Failed to read project description file from location c:\users\isheedm\git\MyRepoName\.project

(The system cannot find the file specified)

It never cloned the Git repo, so it can't the .project file. I don't understand why it won't clone first. No messages in workspace .metadata/.log file. 

I have a clean install, nothing has ever been pulled from Git yet.

If I import one project into my workspace, then try again, it seems to clone the repos at least.
Comment 1 David I CLA 2016-11-04 10:01:25 EDT
Correction: It tries to clone the first repo, then stops when it can't find the .project file. We typically don't checking .project files into Git as we've had problems with that before. I would like it to keep going and clone all the repos.