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"

(Export a project set file)
m
Line 1: Line 1:
An original enhancement request [https://bugs.eclipse.org/bugs/296082  Bug 296082 -  Provide support for Project Set Files] has [https://bugs.eclipse.org/bugs/attachment.cgi?id=153089 a fake PSF] for EGit and JGit projects.
+
An original enhancement request [https://bugs.eclipse.org/296082  Bug 296082 -  Provide support for Project Set Files] has [https://bugs.eclipse.org/bugs/attachment.cgi?id=153261 a sample PSF] for EGit and JGit projects.
  
 
== Import a project set file  ==
 
== Import a project set file  ==

Revision as of 14:02, 29 November 2009

An original enhancement request Bug 296082 - Provide support for Project Set Files has a sample 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

  • Local working copy of the project shared with CVS, SVN (as any other centralized VCS?) has a reference to a single remote repository. But it's not the case for a Git (and for any other distributed VCS?). A several remotes may be configured for a local Git repository and user should provide which one should be referenced from a PSF.

Back to the top