| Summary: | Can't check out a file from Git Repo page | ||
|---|---|---|---|
| Product: | [ECD] Orion | Reporter: | Anton McConville <antonm> |
| Component: | Git | Assignee: | Malgorzata Janczarska <malgorzata.tomczyk> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | Szymon.Brandys |
| Version: | unspecified | ||
| Target Milestone: | 2.0 M2 | ||
| Hardware: | PC | ||
| OS: | Windows 7 | ||
| Whiteboard: | |||
|
Description
Anton McConville
Anything in the console? (In reply to comment #1) > Anything in the console? No, nothing :( Susan saw the same thing when I talked to her yesterday ... sorry - I intended to make this bug yesterday, but got caught up in a couple of things. I see it too and nothing in the console. It is a bug introduced while fixing bug 395260. I fixed something similar today in the ReviewContribution command. See gitCommands.js line 2899 var deferred = progress.progress(serviceRegistry.getService("orion.git.provider"), messages['Resetting local changes']).checkoutPath(data.userData.Clone.Location, paths); //$NON-NLS-0$ Should be var deferred = progress.progress(serviceRegistry.getService("orion.git.provider").checkoutPath...., messages['Resetting local changes']) Moving to Gosia. (In reply to comment #4) > It is a bug introduced while fixing bug 395260. I fixed something similar > today in the ReviewContribution command. > > See gitCommands.js line 2899 > var deferred = > progress.progress(serviceRegistry.getService("orion.git.provider"), > messages['Resetting local > changes']).checkoutPath(data.userData.Clone.Location, paths); //$NON-NLS-0$ > > Should be > var deferred = > progress.progress(serviceRegistry.getService("orion.git.provider"). > checkoutPath...., messages['Resetting local changes']) > > Moving to Gosia. Thanks for looking into it. I found and corrected problems in those commands: * check out * rebase * reset * unstage I did not find the problem in merge, seems to work fine. Please verify and if it's still broken reopen the bug. |