I'm trying to set up ReviewBoard (1.6.11, on Scientific Linux 6), and am 
trying to post a diff to a review from Subversion (RBTools 0.4.2), where 
the diff contains a new file being added.

It's failing with an error which implies RB is trying to fetch an old 
(non-existent) version of the file to diff:

>>> Got API Error 207 (HTTP code 400): The file was not found in the 
repository 
>>> Error data: {u'stat': u'fail', u'file': 
u'//trunk/Source/Framework/Gui/Tree/TreeEdit.h', u'err': {u'msg': u'The 
file was not found in the repository', u'code': 207}, u'revision': 
u'12566'} 


The diff contains the following snippet:

Index: trunk/Source/Framework/Gui/Tree/TreeEdit.h 
=================================================================== 
--- trunk/Source/Framework/Gui/Tree/TreeEdit.h  (revision 0) 
+++ trunk/Source/Framework/Gui/Tree/TreeEdit.h  (revision 12567) 
@@ -0,0 +1,108 @@ 
+#ifndef TREE_CELLEDIT_H 
+#define TREE_CELLEDIT_H 
...

Is this a config. issue or a bug?

FWIW, I tried the latest 1.6.13, but that wouldn't run due to some odd 
Django error about not being able to find humanize or something.

-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~----------~----~----~----~------~----~------~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en

Reply via email to