| Summary: | Bundle org.eclipse.e4.ui.workbench.renderers.swt.cocoa is missing from Git "master" | ||
|---|---|---|---|
| Product: | [Eclipse Project] Platform | Reporter: | Oleg Besedin <ob1.eclipse> |
| Component: | UI | Assignee: | Platform-UI-Inbox <Platform-UI-Inbox> |
| Status: | RESOLVED NOT_ECLIPSE | QA Contact: | |
| Severity: | major | ||
| Priority: | P3 | CC: | pwebster, remy.suen |
| Version: | 3.8 | ||
| Target Milestone: | --- | ||
| Hardware: | Macintosh | ||
| OS: | Mac OS X | ||
| Whiteboard: | |||
|
Description
Oleg Besedin
Hmm... I can see it on Windows machine, may be it is something mixed up in my workspace. It's there according to the web interface. http://git.eclipse.org/c/platform/eclipse.platform.ui.git/tree/bundles/org.eclipse.e4.ui.workbench.renderers.swt.cocoa This seems like a case of a local Git repo gone bad. In the Git repo when I switch to "master", the number of bundles would only contain "bin" subdirectories under their projects, not source, no manifests, etc. I can get this consistently by switching from the R4 to "master" branch. The "git log" showed my local copy to have the latest commit from August 2011 despite it being updated a few days ago (November 2011). When I run "pull" I got a list of changes few pages long. Now bundles on disk have contents, but Eclipse workspace is totally messed up with "unstaged changes" and merge conflicts. The summary: - my local Git repo gone bad; - I haven't noticed any error messages or warnings prior to having the bundle missing. This is used EGit nightly builds for day-to-day operations and occasional Git command line on Mac. |