[viewvc-users] attempting to use remove SVN repo
Mark Anderson <[email protected]>
| Newsgroups | gmane.comp.version-control.cvs.viewcvs.user |
|---|---|
| Organization | Kearfott Corp. Guidance and Navigation Division |
| Message-ID | <4AF1D7A6.60409__26527.7354316369$1257363980$gmane$org@kearfott.com> |
Ubuntu server running apache2 runs cgi as user www-data
From command line as user www-data on this server I am able to access
remote SVN repository with:
svn list svn://svn.kearfott.com/airbus
using cached login for user www-data
my viewvc.conf contains this repository config line:
svn_roots = KGN: svn://svn.kearfott.com/airbus
(the tag name is KGN)
the cvs_roots is commented out
when I try to access this from the web server, I can see the top level
page for viewvc showing KGN as a selection, when I click KGN I get the
following Python exception:
An Exception Has Occurred
Python Traceback
Traceback (most recent call last):
File "/usr/lib/viewvc/viewvc.py", line 3628, in main
request.run_viewvc()
File "/usr/lib/viewvc/viewvc.py", line 387, in run_viewvc
self.view_func(self)
File "/usr/lib/viewvc/viewvc.py", line 1517, in view_directory
tree_rev = vclib.svn.created_rev(request.repos, request.where, rev)
File "/usr/lib/viewvc/vclib/svn_ra/__init__.py", line 105, in created_rev
return int(props[core.SVN_PROP_ENTRY_COMMITTED_REV])
TypeError: list indices must be integers
Is this trying to tell me about a configuration error or is there some
issue? This is Ubuntu 8.04 LTS, with viewvc installed from Ubuntu
repository. 1.0.3-2.1
thanks
Mark
------------------------------------------------------
http://viewvc.tigris.org/ds/viewMessage.do?dsForumId=4255&dsMessageId=2414507
To unsubscribe from this discussion, e-mail: [[email protected]].