Can you look at that reject file and the other files in that directory and see if anything stands out as being wrong there? If it is the file endings, then that's something I'll be looking into shortly, but it would be nice to know for sure.
Christian -- Christian Hammond - [email protected] Review Board - http://www.reviewboard.org VMware, Inc. - http://www.vmware.com On Wed, Jun 2, 2010 at 5:29 PM, Gordon Morehouse <[email protected] > wrote: > On Jun 2, 5:24 pm, Christian Hammond <[email protected]> wrote: > > Hi Gordon, > > > > At what point are things failing? On upload, or on view? > > > > Can you show the debug output from post-review? > > Hi Christian, > > They're failing on view (Diff Viewer). Some output follows. The diff > in this case is a one-line change: > > The patch to 'share/cgi-lib/php/base/workgroup/common/dbclasses/ > o_wg_reference.inc' didn't apply cleanly. The temporary files have > been left in '/tmp/reviewboard.uYLcTm' for debugging purposes. `patch` > returned: patching file /tmp/reviewboard.uYLcTm/tmpjzLA9Y Hunk #1 > FAILED at 965. 1 out of 1 hunk FAILED -- saving rejects to file /tmp/ > reviewboard.uYLcTm/tmpjzLA9Y-new.rej > > Traceback (most recent call last): > File "/usr/local/lib/python2.6/dist-packages/reviewboard/diffviewer/ > views.py", line 153, in view_diff > interdiffset, highlighting, True) > File "/usr/local/lib/python2.6/dist-packages/reviewboard/diffviewer/ > diffutils.py", line 623, in get_diff_files > large_data=True) > File "/usr/local/lib/python2.6/dist-packages/djblets/util/misc.py", > line 166, in cache_memoize > data = lookup_callable() > File "/usr/local/lib/python2.6/dist-packages/reviewboard/diffviewer/ > diffutils.py", line 622, in <lambda> > enable_syntax_highlighting), > File "/usr/local/lib/python2.6/dist-packages/reviewboard/diffviewer/ > diffutils.py", line 345, in get_chunks > new = get_patched_file(old, filediff) > File "/usr/local/lib/python2.6/dist-packages/reviewboard/diffviewer/ > diffutils.py", line 261, in get_patched_file > return patch(filediff.diff, buffer, filediff.dest_file) > File "/usr/local/lib/python2.6/dist-packages/reviewboard/diffviewer/ > diffutils.py", line 129, in patch > (filename, tempdir, patch_output)) > Exception: The patch to 'share/cgi-lib/php/base/workgroup/common/ > dbclasses/o_wg_reference.inc' didn't apply cleanly. The temporary > files have been left in '/tmp/reviewboard.uYLcTm' for debugging > purposes. > `patch` returned: patching file /tmp/reviewboard.uYLcTm/tmpjzLA9Y > Hunk #1 FAILED at 965. > 1 out of 1 hunk FAILED -- saving rejects to file /tmp/ > reviewboard.uYLcTm/tmpjzLA9Y-new.rej > > -- > 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 > [email protected]<reviewboard%[email protected]> > For more options, visit this group at > http://groups.google.com/group/reviewboard?hl=en > -- 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 [email protected] For more options, visit this group at http://groups.google.com/group/reviewboard?hl=en
