What's the URL of the page containing the problem?
What steps will reproduce the problem?
1.cd my_project
2.post-review -d
3.
What is the expected output? What do you see instead?
>>> svn info
>>> repository info: Path: svn+ssh://dev@<myprod_ip>/repo/<reponame>, Base
path: /trunk, Supports changesets: False
>>> svn diff --diff-cmd=diff
>>> svn info settings.py
>>> svn info users/decorators.py
>>> svn info utils/__init__.py
>>> svn info utils/__init__.py
>>> svn info utils/__init__.py
>>> Looking for '<myreviewboard_domain> /' cookie in
/home/nanda/.post-review-cookies.txt
>>> Loaded valid cookie -- no login required
>>> Attempting to create review request for None
>>> HTTP GETting /api/json/repositories/
>>> HTTP GETting /api/json/repositories/1/info/
>>> HTTP POSTing to
http://myreviewboard_domain/api/json/reviewrequests/new/:
{'repository_path': 'svn+ssh://dev@<myprod_ip>/repo/<reponame>'}
>>> Review request created
>>> Uploading diff, size: 7197
>>> HTTP POSTing to
http://myreviewboard_domain/api/json/reviewrequests/2/diff/new/:
{'basedir': '/trunk'}
>>> <!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>
<title>500 - Internal Server Error | Review Board</title>
</head>
<body>
<h1>Something 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>
Unable to access
http://myreviewboard_domain/api/json/reviewrequests/2/diff/new/. The host
path may be invalid
HTTP Error 500: Internal Server Error
What operating system are you using? What browser?
Operating System:Ubuntu 8.10
Repository:Subversion
Browser:Firefox 3.0
Please provide any additional information below.