What version are you running?
ReviewBoard 1.7.2
What's the URL of the page containing the problem?
Bug in Review Board 1.7.2 - diff around svn keyword fails
While it was claimed to be fixed in RB 1.6.13 release, the fix has been reverted in RB release 1.7.1/1.7.2
http://www.reviewboard.org/docs/releasenotes/dev/reviewboard/1.6.13/
What steps will reproduce the problem?
1.
/* Test skip svn:keyword in diff/patch
$Id: hello_world.c 308304 2012-01-14 01:50:25Z sudhirbs $
*/
#include<stdio.h>
int main()
{
printf("Hello World\n");
return 0;
}
svn diff
Index: hello_world.c
===================================================================
--- hello_world.c (revision 310813)
+++ hello_world.c (working copy)
@@ -1,4 +1,4 @@
-/* Test skip svn:keyword in diff/patch
+/* Test skip svn:keyword in diff/patch
$Id$
*/
#include<stdio.h>
Diff currently unavailable.
Error: The patch to '/users/sudhirbs/scratch/hello_world.c' didn't apply cleanly. The temporary files have been left in '/tmp/reviewboard.RPPmEK' for debugging purposes. `patch` returned: patching file /tmp/reviewboard.RPPmEK/tmpA0vOlm Hunk #1 FAILED at 1. 1 out of 1 hunk FAILED -- saving rejects to file /tmp/reviewboard.RPPmEK/tmpA0vOlm-new.rej
What is the expected output? What do you see instead?
Patch shouldn't have failed.
What operating system are you using? What browser?
RHEL, Firefox
Please provide any additional information below.