Hi Everyone,
    I've currently moved from the basic hgweb.cgi to RhodeCode for my
Mercurial repository.
Since RhodeCode does a Username/Password authentication, I've added
the Username and Password in the Repositories setting.

When I did a 'hg postreview -o xxx', the review successfully appears
on my Dashboard.

But when I click on the "View Diff", I'm getting the following error:

[code]
The patch to 'develop/src/modules/pom.xml' didn't apply cleanly. The
temporary files have been left in '/tmp/reviewboard.dzGO2I' for
debugging purposes. `patch` returned: patching file /tmp/
reviewboard.dzGO2I/tmp3j_U6l Hunk #1 FAILED at 163. 1 out of 1 hunk
FAILED -- saving rejects to file /tmp/reviewboard.dzGO2I/tmp3j_U6l-
new.rej

Traceback (most recent call last):
  File "/usr/local/lib/python2.7/dist-packages/ReviewBoard-1.6.3-
py2.7.egg/reviewboard/diffviewer/views.py", line 151, in view_diff
    interdiffset, highlighting, True)
  File "/usr/local/lib/python2.7/dist-packages/ReviewBoard-1.6.3-
py2.7.egg/reviewboard/diffviewer/diffutils.py", line 1071, in
get_diff_files
    large_data=True)
  File "/usr/local/lib/python2.7/dist-packages/Djblets-0.6.15-
py2.7.egg/djblets/util/misc.py", line 157, in cache_memoize
    data = lookup_callable()
  File "/usr/local/lib/python2.7/dist-packages/ReviewBoard-1.6.3-
py2.7.egg/reviewboard/diffviewer/diffutils.py", line 1070, in <lambda>
    enable_syntax_highlighting)),
  File "/usr/local/lib/python2.7/dist-packages/ReviewBoard-1.6.3-
py2.7.egg/reviewboard/diffviewer/diffutils.py", line 552, in
get_chunks
    new = get_patched_file(old, filediff)
  File "/usr/local/lib/python2.7/dist-packages/ReviewBoard-1.6.3-
py2.7.egg/reviewboard/diffviewer/diffutils.py", line 374, in
get_patched_file
    return patch(filediff.diff, buffer, filediff.dest_file)
  File "/usr/local/lib/python2.7/dist-packages/ReviewBoard-1.6.3-
py2.7.egg/reviewboard/diffviewer/diffutils.py", line 242, in patch
    (filename, tempdir, patch_output))
Exception: The patch to 'develop/src/modules/pom.xml' didn't apply
cleanly. The temporary files have been left in '/tmp/
reviewboard.dzGO2I' for debugging purposes.
`patch` returned: patching file /tmp/reviewboard.dzGO2I/tmp3j_U6l
Hunk #1 FAILED at 163.
1 out of 1 hunk FAILED -- saving rejects to file /tmp/
reviewboard.dzGO2I/tmp3j_U6l-new.rej
[/code]


I'm not sure on what has to be done and any pointers on how to fix
this issue would be really great.


Thanks and regards,
Vairav

-- 
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