Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Platform-releng/Juno Git Migration Process

Description of the process the Equinox RT and Eclipse projects are using to migrate to git

  1. Open a bug against the component for the migration For example bug 353368 migrate platform.resources to git This bug will be blocking the overall git migration bug bug 345479 Migrate Eclipse and Equinox projects from CVS to git
  2. Platform releng will run a test migration and ask the committers to inspect the test repository and update the bug with any changes that need to be made during the actual migration. For instance, some projects have asked that their bundles be reorganized into different subdirectories in git versus cvs.
  3. Plan a date for the actual migration
  4. Advise on the appropriate developer mailing list the date for the migration so the committers on that team are aware that the CVS repository should not be updated during that time.
  5. Migration proceeds and bug is updated with location of new git repository.
  6. Update the map files for the migrated bundles in HEAD and R3_7_maintenance branches of org.eclipse.releng so we can run test builds
  7. Send another note to the mailing list advising that the migration is complete and all future development should proceed in git
  8. Update wiki documentation etc. to reflect the new git repo locations of source code

Back to the top