Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 364196 - clones page does not report failed checkout in the UI
Summary: clones page does not report failed checkout in the UI
Status: RESOLVED FIXED
Alias: None
Product: Orion
Classification: ECD
Component: Git (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows 7
: P3 normal (vote)
Target Milestone: 2.0 RC1   Edit
Assignee: Szymon Brandys CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-11-18 15:35 EST by Susan McCourt CLA
Modified: 2013-01-30 07:02 EST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Susan McCourt CLA 2011-11-18 15:35:39 EST
running latest on orion.eclipse.org, Chrome 15, win7.
I went to the clones page to checkout the "master" branch of the org.eclipse.orion.client repository.  Nothing happened.

There was a legitimate error/reason that the checkout failed but it does not get reported in the UI.  The console had this error:

Failed to load resource: the server responded with a status of 409 (Conflict)
/org.dojotoolkit/dojo/_base/xhr.js:609
Error
arguments: undefined
get stack: function getter() { [native code] }
message: "Unable to load /gitapi/clone/file/BT/ status:409"
responseText: "{"HttpCode":409,"DetailedMessage":"Checkout conflict with files: \nbundles/org.eclipse.orion.client.git/web/orion/git/gitCommands.js","Message":"Checkout aborted.","Severity":"Error","Code":0}"
set stack: function setter() { [native code] }
status: 409
type: undefined
__proto__: ErrorPrototype
Comment 1 Malgorzata Janczarska CLA 2013-01-25 06:19:15 EST
I managed to reproduce this problem, but I haven't yet found out what's causing it. I really want to do it for 2.0.
Comment 2 Szymon Brandys CLA 2013-01-30 07:02:14 EST
The fix for bug 372277 fixes this too. Susan, please verify.