Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 334503

Summary: [server] Remove dependency on org.eclipse.egit.*
Product: [ECD] Orion Reporter: Tomasz Zarna <tomasz.zarna>
Component: ClientAssignee: Tomasz Zarna <tomasz.zarna>
Status: RESOLVED DUPLICATE QA Contact:
Severity: normal    
Priority: P3    
Version: 0.2   
Target Milestone: ---   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description Tomasz Zarna CLA 2011-01-17 04:46:07 EST
The implementation of git EFS should not have dependency on org.eclipse.egit.core or any other org.eclipse.egit.* bundles. We should stick to org.eclipse.jgit.*. Currently we use CloneOperation from egit.core to clone repositories for linked projects. This could be replaced with our own implementation of the operation, which basically does init, fetch and checkout, all can be done with jgit API.
Comment 1 Tomasz Zarna CLA 2011-01-17 06:03:37 EST
Oops.

*** This bug has been marked as a duplicate of bug 334092 ***