| Summary: | [server] For git file store use only JGit API | ||
|---|---|---|---|
| Product: | [ECD] Orion | Reporter: | Tomasz Zarna <tomasz.zarna> |
| Component: | Client | Assignee: | Tomasz Zarna <tomasz.zarna> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | enhancement | ||
| Priority: | P3 | CC: | aniefer |
| Version: | 0.2 | ||
| Target Milestone: | 0.2 | ||
| Hardware: | PC | ||
| OS: | Windows XP | ||
| Whiteboard: | |||
| Bug Depends on: | 330898, 335033 | ||
| Bug Blocks: | |||
|
Description
Tomasz Zarna
Another method that could benefit from using JGit API is org.eclipse.filesystem.git.GitFileStore.rm() which should use org.eclipse.jgit.api.RmCommand. *** Bug 334503 has been marked as a duplicate of this bug. *** Blocking bug in JGit (bug 330898) most probably won't be fixed for M5. We have two options here: * roll out our own implementation of CloneOperation and keep it in o.e.orion.server.filesystem.git * wait for the blocker * provide a patch to JGit If the status of bug 330898 doesn't change in the nearest future I will try to propose a fix in M6. Fixed with 6399f34b23ee5ff70762f1d8b57c5791140d553f. Andrew, I simply removed entries for egit.core from orion.map and /org.eclipse.orion.server.feature/feature.xml. I hope this is enough and I didn't break anything. (In reply to comment #1) > Another method that could benefit from using JGit API is > org.eclipse.filesystem.git.GitFileStore.rm() which should use > org.eclipse.jgit.api.RmCommand. Filed bug 336609. |