Updates:
Status: SetupIssue
Owner: chipx86
Labels: -Type-Defect Type-Support
Comment #1 on issue 1969 by [email protected]: API Error 207 -- The file
was not found in the repository
http://code.google.com/p/reviewboard/issues/detail?id=1969
Hi Andy,
Review Board accepted that path during configuration, but really we
shouldn't. It should point to the root of the SVN repository.
The reason is that diffs in SVN provide a relative path from the directory
that 'svn diff' was run in, and post-review will look at relative path to
the root and prepend that to the paths in the diff.
The resulting path looked up on Review Board in your case would be
/trunk/trunk/whatever. This should, of course, be /trunk/whatever, but you
told Review Board that the root is /trunk, and that conflicts with
post-review.
So just changing that back will fix things :)
--
You received this message because you are subscribed to the Google Groups
"reviewboard-issues" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/reviewboard-issues?hl=en.