Bug 349699 - [server][push] Need more detail on REJECTED_OTHER_REASON
Summary: [server][push] Need more detail on REJECTED_OTHER_REASON
Status: RESOLVED FIXED
Alias: None
Product: Orion (Archived)
Classification: ECD
Component: Git (show other bugs)
Version: 0.2   Edit
Hardware: PC Windows 7
: P3 normal (vote)
Target Milestone: 0.3 M2   Edit
Assignee: Tomasz Zarna CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-06-17 11:59 EDT by John Arthorne CLA
Modified: 2011-08-26 06:43 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description John Arthorne CLA 2011-06-17 11:59:41 EDT
I20110617

I was playing around with multiple remotes. I checked out my github remote, and then attempted to push to origin. I get the error REJECTED_OTHER_REASON, which tells me nothing useful. Is there any other string associated with this error code that we can display to the user?
Comment 1 Szymon Brandys CLA 2011-06-17 13:55:05 EDT
I'll look around how to provide more details.
Comment 2 Tomasz Zarna CLA 2011-08-23 12:15:39 EDT
I'm taking this one over.
Comment 3 Tomasz Zarna CLA 2011-08-24 09:37:24 EDT
Currently, JGit fails to return REJECTED_OTHER_REASON for the most obvious case, when you're trying to push to a non-bare repository[1]. I was hoping to use it as my test case for this bug. In that case I will try to make a test case from John's description (comment 0).

[1] http://egit.eclipse.org/r/4063