Changes between Version 8 and Version 9 of EclipseDevelopment/SubversionAndGit
- Timestamp:
- Apr 9, 2013 11:33:41 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
EclipseDevelopment/SubversionAndGit
v8 v9 8 8 To import a Mavenized Git project from remote server, m2eclipse needs the git SCM Connector. You can not find SCM connector manually in Eclipse Marketplace [[http://stackoverflow.com/questions/6981001/m2eclipse-no-connectors-for-scm]], so that, Go to File > Import > Check out Maven projects from SCM. Click on ''Find more SCM connectors - Eclipse Marketplace'', type ''m2e-egit'' and follow the installation wizard. 9 9 10 == Warnings and Errors == 11 12 ''Warning: EGit couldn't detect the installation path "gitPrefix" of native Git'' 13 Releated bug : http://git.eclipse.org/c/egit/egit.git/commit/?id=0d264c63788cd6607fe3a83c62f6af5e2d85bc7d 14 Solution: Go to Window > Preferences > Team > Git > Configuration > System Settings Tab 15 Click on Browse and find your git system installation. Windows example: ''C:\Program Files (x86)\Git\etc\gitconfig'' 16 10 17 More further information: 11 18 Official EGit wiki [[http://wiki.eclipse.org/EGit/User_Guide]]