Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 349701 - Import or Share multiple projects
Summary: Import or Share multiple projects
Status: CLOSED INVALID
Alias: None
Product: EGit
Classification: Technology
Component: Core (show other bugs)
Version: unspecified   Edit
Hardware: All All
: P3 minor (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-06-17 12:14 EDT by Jack Gold CLA
Modified: 2011-06-20 18:23 EDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jack Gold CLA 2011-06-17 12:14:18 EDT
Build Identifier: 0.11.1

I didn't find this issue anywhere in the db, which surprises me, so I apologize if I'm duplicating something that I missed.

I have a directory filled with .git projects and I want to import them all at once, but there is no way to multi-select the projects.  As each one has it's own .project file, this shouldn't be an issue.

We use git-svn to clone our projects from our SVN repo and I just want to be able to quickly bring them all into Eclipse at once.

Reproducible: Always

Steps to Reproduce:
1. Use git-svn to clone multiple projects locally.
2. Attempt to import projects via the Git Repository View, or try importing the projects from the project explorer and then using the Team->Share menu option.  Once you select the projects as Git projects, you can only select one at a time.
Comment 1 Robin Rosenberg CLA 2011-06-17 19:31:55 EDT
We have been able to share multiple projects in multiple git repositories a year or more. The wizard was (IMHO) made harder to use just before 1.0.

Select the projects you want to share in the project or packagex explorers.
Select Team>Share... Git
Check the "Use or create repository in parent folder of proect"
Now all project are probably selected and pressing Finish will set up
sharing with the propert repo.
Comment 2 Jack Gold CLA 2011-06-20 13:06:37 EDT
Thanks for the comment.  You are correct, pulling from the project view using multi-select first, then Team->Share Project solved the problem.