An Exception Has Occurred
Python Traceback
File "/usr/local/lib/viewvc.py", line 5536, in main
request.run_viewvc()
File "/usr/local/lib/viewvc.py", line 452, in run_viewvc
self.view_func(self)
File "/usr/local/lib/viewvc.py", line 4107, in view_diff
desc.get_content_diff(left_side_content, right_side_content)
File "/usr/local/lib/viewvc.py", line 3929, in get_content_diff
self._get_diff(left, right, self._content_lines, self._content_fp, diff_options, None)
File "/usr/local/lib/viewvc.py", line 3963, in _get_diff
fp = get_fp(left, right, propname, diff_options)
File "/usr/local/lib/viewvc.py", line 4027, in _content_fp
return self.request.repos.rawdiff(
File "/usr/local/lib/vclib/svn/svn_repos.py", line 590, in rawdiff
temp1 = temp_checkout(self, p1, r1)
File "/usr/local/lib/vclib/svn/svn_repos.py", line 227, in temp_checkout
fd, temp = tempfile.mkstemp()
File "/usr/lib/python3.9/tempfile.py", line 480, in mkstemp
prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir)
File "/usr/lib/python3.9/tempfile.py", line 257, in _sanitize_params
dir = gettempdir()
File "/usr/lib/python3.9/tempfile.py", line 442, in gettempdir
tempdir = _get_default_tempdir()
File "/usr/lib/python3.9/tempfile.py", line 358, in _get_default_tempdir
raise FileNotFoundError(_errno.ENOENT,
FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/svn.gedanken.org.uk/cgi-bin']