Skip to content
Manuel edited this page Feb 21, 2017 · 1 revision

Follow these steps to set up rtc2gitcli in eclipse.

  1. Configure SCMTools Target Platform described here in the wiki. Point to the folder where your scm.exe/lscm.bat is (If you use eclipse classic aka non javaee eclipse, install the Eclipse Plugin Development Tools as described - (I was using scm tools from rtc 5.01))
  2. Clone this repo and import it in eclipse as maven project
  3. Open pom.xml and follow the hint to install the missing maven connector
  4. Update maven project using ALT+F5
  5. By this point the project shouldnt contain any errors (make sure you have still your created target platform in window preference selected)
  6. You should have an launch-configuration named rtc2git --> start it
  7. In your console window you should see "Help for: scm migrate-to-git"
  8. Open the launch-config and edit the command in arguments/program arguments
Clone this wiki locally