We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Seems like its not working with new egit (my case: org.eclipse.egit.core_6.3.0.202209071007-r.jar)
The text was updated successfully, but these errors were encountered:
Duplicate to #345
Sorry, something went wrong.
In EGit the method has been removed in this commit.
I guess,
team-explorer-everywhere/source/com.microsoft.tfs.client.eclipse.ui.egit/src/com/microsoft/tfs/client/eclipse/ui/egit/importwizard/CrossCollectionRepositorySelectControl.java
Lines 244 to 251 in ff54dc1
has to replaced by something like:
private static final String EGIT_PLUGIN_ID = "org.eclipse.egit.core"; //$NON-NLS-1$ // ... rootFolderPreference = Platform.getPreferencesService().getString(EGIT_PLUGIN_ID, DEFAULT_REPOSITORY_DIR_CORE_KEY, null, null); if (!StringUtil.isNullOrEmpty(rootFolderPreference)) { return rootFolderPreference; }
As workaround downgrade JGit/EGit to 5.11 or use Eclipse 2021-03.
See also my Stack Overflow answer here.
try INSTANCE field if getRepositoryUtil() method missing
INSTANCE
getRepositoryUtil()
faeafca
for #345 #353
eric-milles
No branches or pull requests
Seems like its not working with new egit (my case: org.eclipse.egit.core_6.3.0.202209071007-r.jar)
The text was updated successfully, but these errors were encountered: