Community
Participate
Working Groups
Build Identifier: I just wanted to clone some eclipse clone repositories, which you can find at http://dev.eclipse.org/git/index.html. It's common that some big projects have multiple git repositories, but with current egit ui user can only clone the repositories one by one. I wrote a very simple UI, which can browse to a text file and pick up the url in it, and clone them to the specified location. Not sure if anyone is interested in it. I'd glad to contribute the code to the project. Please comment here. Reproducible: Always
Created attachment 202111 [details] Screen shot of the simple wizard
Please post your proposed solution for review to our Gerrit code review server as described in the contributor guide [1]. Would be nice if this could be integrated with the existing clone wizard so that we do not end up having multiple entries in the menus. [1] http://wiki.eclipse.org/EGit/Contributor_Guide
Final made the review server working for me. :) Please review the changes.
Matthias Sohn, I added you as reviewer. Who else shall I add?
Created attachment 203039 [details] url list file
The natural way to specify the list, I think is via the clipboard, which in turn may be filled from a web page. Do any projects supply plain text files with git URL's, as opposed to Eclipse's PSD files?