Issue 2650 in reviewboard: RB API RETURN FORMAT

2012-06-26 Thread reviewboard

Status: New
Owner: 
Labels: Type-Defect Priority-Medium

New issue 2650 by siddharth1...@gmail.com: RB API RETURN FORMAT
http://code.google.com/p/reviewboard/issues/detail?id=2650

* NOTE: Do not post confidential information in this bug report. *
*   If you need immediate support, please contact*
*   reviewbo...@googlegroups.com *

What version are you running?
RB 1.6

What steps will reproduce the problem?
If we issue the reviewboard get request from the browser, we get an xml  
file returned.

If we issue the same request from a python script we get an json file.

How do we get the output from reviewboard api in xml format while invoking  
a get request from python script??





--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-issues@googlegroups.com.
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en.



Re: Issue 2632 in reviewboard: Cannot upload a diff created via svn

2012-06-26 Thread reviewboard


Comment #8 on issue 2632 by philiw...@gmail.com: Cannot upload a diff  
created via svn

http://code.google.com/p/reviewboard/issues/detail?id=2632

Hey,

I'm having this issue as well. However for me, I am trying to add support  
for a new repository type (my company's enterprisey repo). I am using the  
post-review tool, here's the output with --debug




RBTools 0.4.1
Home = /users/phsavoie

hello
acme -ver == true

HTTP GETting api/
HTTP GETting http://ott-pd-vs-001:8000/api/info/
Using the new web API
Attempting to create review request on  
/nobackup/phsavoie/crs-satellite-431 for None
HTTP POSTing to http://ott-pd-vs-001:8000/api/review-requests/:  
{'repository': '/nobackup/phsavoie/crs-satellite-431'}

Review request created
Uploading diff, size: 124020
HTTP POSTing to  
http://ott-pd-vs-001:8000/api/review-requests/33/diffs/:  
{'basedir': '/nobackup/phsavoie/crs-satellite-431'}
Got HTTP error: 500: !DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0  
Transitional//EN

 http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd;

html xmlns=http://www.w3.org/1999/xhtml; xml:lang=en lang=en
 head
  title500 - Internal Server Error | Review Board/title
 /head
 body
  h1Something broke! (Error 500)/h1
  p
   It appears something broke when you tried to go to here. This is either
   a bug in Review Board or a server configuration error. Please report
   this to your administrator.
  /p
 /body
/title


Error uploading diff

Your review request still exists, but the diff is not attached.


--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-issues@googlegroups.com.
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en.