What's the URL of the page containing the problem?
.../r/7/diff/#index_header
What steps will reproduce the problem?
1. Generate a diff from CVS 2.0.51d
2. Post a new review request
3. Reviewer tries to view diff
What is the expected output? What do you see instead?
What i expect : To see the diff
What i get :
close_fds is not supported on Windows platforms
Traceback (most recent call last):
File "D:\reviewboard\diffviewer\views.py", line 86, in view_diff
files = get_diff_files(diffset, None, interdiffset, highlighting)
File "D:\reviewboard\diffviewer\diffutils.py", line 651, in get_diff_files
enable_syntax_highlighting)
File "D:\reviewboard\diffviewer\diffutils.py", line 567, in generate_files
lambda: get_chunks(filediff.diffset,
File "D:\reviewboard\djblets\util\misc.py", line 55, in cache_memoize
data = lookup_callable()
File "D:\reviewboard\diffviewer\diffutils.py", line 570, in <lambda>
enable_syntax_highlighting))
File "D:\reviewboard\diffviewer\diffutils.py", line 337, in get_chunks
old = get_original_file(filediff)
File "D:\reviewboard\diffviewer\diffutils.py", line 244, in
get_original_file
data = cache_memoize(key, lambda: [fetch_file(file, revision)])[0]
File "D:\reviewboard\djblets\util\misc.py", line 55, in cache_memoize
data = lookup_callable()
File "D:\reviewboard\diffviewer\diffutils.py", line 244, in <lambda>
data = cache_memoize(key, lambda: [fetch_file(file, revision)])[0]
File "D:\reviewboard\diffviewer\diffutils.py", line 224, in fetch_file
data = tool.get_file(file, revision)
File "D:\reviewboard\scmtools\cvs.py", line 59, in get_file
return self.client.cat_file(path, revision)
File "D:\reviewboard\scmtools\cvs.py", line 163, in cat_file
close_fds=True)
File "C:\Python25\lib\subprocess.py", line 552, in __init__
raise ValueError("close_fds is not supported on Windows "
ValueError: close_fds is not supported on Windows platforms
What operating system are you using? What browser?
Review board on
Windows XP
MySQL 5.60
Browsers used
IE 6.0/Opera 9.5
Please provide any additional information below.