370: Could not create a new review request through reviewboard

jwa***@gmai***** (Google Code) (Is this you? Claim this profile.)
Feb. 3, 2008
The problem is i can not upload a diff file. The diff file was created 
using the below command line:

p5 diff -c 11619 > 11619.html

11619 is a pending chnagelist i just created. But this command line works 
fine for me a long time.

What's the URL of the page containing the problem?
http://reviewboard.eng.vmware.com/r/new/

What steps will reproduce the problem?
1. Click the "New reivew..."
2. Select the repository
3. Type a changelist number
4. Upload the diff file

What is the expected output? What do you see instead?
Nothing will happen and no any error message shown up.


What operating system are you using? What browser?
XP Pro

Please provide any additional information below.
None.
chipx86
#1 chipx86
It should be .diff, not .html, and you'll need to pass the -du parameter to p5. So:

p5 diff -du -c 11619 > 11619.diff

Have you tried using post-review?
david
#2 david
  • +UserError