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

Orion/Manual Test Cases

< Orion
Revision as of 17:45, 25 April 2011 by Libingw.ca.ibm.com (Talk | contribs) (New page: This page lists up some complex test cases that needs some manual steps in Orion. =Git merge when conflicts happens= The test cases assume that you have a remote Git repository and a clone...)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

This page lists up some complex test cases that needs some manual steps in Orion.

Git merge when conflicts happens

The test cases assume that you have a remote Git repository and a cloned local repository. When both the repositories modify the same file at the same places , conflicts may happen and manual merge is needed in Orion to resolve the conflicts. There are 3 test cases in this section. Before executing the test cases you need to do:

  • In your server's local drive , find a folder and use Git Bash there.
  • In Git bash , use "git init remote". This will create an empty git repository called remote.
  • In git bash , use "git clone remote local".This will clone a git repository called local.
  • In Orion , create two folders and link the full path of "remote" and "local" , respectively.

Both repository modified the same file

Back to the top