Community
Participate
Working Groups
It looks like yesterday's upgrade of SVN broke the viewvc script. To reproduce just point your browser to http://dev.eclipse.org/viewcvs/viewvc.cgi?view=roots and see this error: An Exception Has Occurred Python Traceback Traceback (most recent call last): File "/home/local/apps/viewvc-new/lib/viewvc.py", line 4396, in main request.run_viewvc() File "/home/local/apps/viewvc-new/lib/viewvc.py", line 398, in run_viewvc self.view_func(self) File "/home/local/apps/viewvc-new/lib/viewvc.py", line 1883, in view_roots allroots = list_roots(request) File "/home/local/apps/viewvc-new/lib/viewvc.py", line 4253, in list_roots cfg.utilities, cfg.options.svn_config_dir) File "/home/local/apps/viewvc-new/lib/vclib/svn/__init__.py", line 53, in SubversionRepository import svn_repos File "/home/local/apps/viewvc-new/lib/vclib/svn/svn_repos.py", line 25, in <module> from svn import fs, repos, core, client, delta File "/usr/local/lib64/svn-python/svn/fs.py", line 19, in <module> from libsvn.fs import * File "/usr/local/lib64/svn-python/libsvn/fs.py", line 7, in <module> import _fs ImportError: libsvn_ra_neon-1.so.0: cannot open shared object file: No such file or directory
*** Bug 350548 has been marked as a duplicate of this bug. ***
*** Bug 351173 has been marked as a duplicate of this bug. ***
*** Bug 351716 has been marked as a duplicate of this bug. ***
Fixed. The library path just needed to be refreshed. -M.
(In reply to comment #4) > Fixed. The library path just needed to be refreshed. Indeed, works again. Thanks.