| Summary: | Git IFetchFactory depends on command line | ||
|---|---|---|---|
| Product: | [Technology] EGit | Reporter: | Paul Webster <pwebster> |
| Component: | Core | Assignee: | Project Inbox <egit.core-inbox> |
| Status: | NEW --- | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | caniszczyk, dj.houghton, gunnar, john.arthorne, kim.moir, mknauer, s.muecke, steffen.kriese |
| Version: | 0.11 | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| See Also: | https://bugs.eclipse.org/bugs/show_bug.cgi?id=289838 | ||
| Whiteboard: | |||
| Bug Depends on: | 321237 | ||
| Bug Blocks: | |||
|
Description
Paul Webster
That is true, not sure we have all the Ant commands in place yet but they are pretty easy to add. We currently only have clone, checkout and branch if I recall. Sure... I did a quick look, and the current fetch factory uses: git clone git fetch git checkout So we'd need equivalent tasks to get started. PW Just for completeness, we're talking about git://egit.eclipse.org/egit-pde.git PW Any plans on fixing this? To me this is a blocker for migrating from cvs to git, because we are building on a windows machine with msysgit and want to access the git repo over ssh with public keys. But git+ssh only works on windows, when calling: $PATH_TO_MSYSGIT\sh.exe -login -i -c git so if the egit fetchfactory tries to call 'git' on my machine, that won't work as expected. |