| Summary: | problem pushing to git in master | ||
|---|---|---|---|
| Product: | [ECD] Orion | Reporter: | Susan McCourt <susan> |
| Component: | Git | Assignee: | Susan McCourt <susan> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | major | ||
| Priority: | P3 | CC: | ken_walker, malgorzata.tomczyk, Szymon.Brandys |
| Version: | unspecified | ||
| Target Milestone: | 3.0 M1 | ||
| Hardware: | PC | ||
| OS: | Windows 7 | ||
| Whiteboard: | |||
|
Description
Susan McCourt
Gosia, could you help me out with this? Looking at the git log, I suspect that I have caused this somehow, because there have been no other changes in the area of git commands. However, I am not familiar with the code and it's a bunch of asynch deferreds, so I'm not sure where to watch for the handling of the auth error. I only know that it is not triggered from the breakpoint mentioned above. Found it. An embarrassing typo in the error handler during the bulk change of module names. I should have seen this yesterday, sorry for the false alarm. The error didn't show in gitCommands because there are hundreds of warnings covering them up. Pushed in http://git.eclipse.org/c/orion/org.eclipse.orion.client.git/commit/?id=840712e261d6bd8ee8049c41b7cb907aac5ec669 (In reply to comment #2) > The error didn't show in gitCommands because there are hundreds of > warnings covering them up. I'm lying. It wouldn't have shown up as it's referring to something in another module that wasn't there. |