Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "EGit/User Guide/Project Set File"

(Import a project set file)
Line 2: Line 2:
  
 
== Import a project set file  ==
 
== Import a project set file  ==
 +
 +
=== Corner cases ===
 +
 +
==== Same branch VS individual branches ====
 +
It's OK if all referenced projects share the same branch. Does it make sense to support individual branches (per project) like this:
 +
:*Project 'org.eclipse.jgit' from the 'master' in 'git://egit.eclipse.org/egit/parallelip-jgit.git' repository
 +
:*Project 'org.eclipse.jgit.pgm' from the 'cq-diff' in 'git://egit.eclipse.org/egit/parallelip-jgit.git' repository
 +
 +
Creating two (identical?) local repositories will be required to support individual branches.
 +
 
== Export a project set file  ==
 
== Export a project set file  ==

Revision as of 06:02, 26 November 2009

An original enhancement request Bug 296082 - Provide support for Project Set Files has a fake PSF for EGit and JGit projects.

Import a project set file

Corner cases

Same branch VS individual branches

It's OK if all referenced projects share the same branch. Does it make sense to support individual branches (per project) like this:

Creating two (identical?) local repositories will be required to support individual branches.

Export a project set file

Back to the top