Re: [viewvc-dev] Exception Issue With ViewVC
"David Cole" <[email protected]>
| Newsgroups | gmane.comp.version-control.cvs.viewcvs.devel |
|---|---|
| Message-ID | <f435c2c50712120852i1fd03734v33cfe37d4ab157dd__22915.5244808227$1197478364$gmane$org@mail.gmail.com> |
What query generated this error? Looks like you are trying to use a non-integer-component based revision string as input. On 12/12/07, Adeleye, Adekunle (GE Indust, GE Fanuc) < [email protected]> wrote: > > Does anyone have an idea where this issue is coming from: > > An Exception Has Occurred > Python Traceback > > Traceback (most recent call last): > File "/usr/local/viewvc-1.0.3-dev/lib/viewvc.py", line 3629, in main > request.run_viewvc() > File "/usr/local/viewvc-1.0.3-dev/lib/viewvc.py", line 388, in > run_viewvc > self.view_func(self) > File "/usr/local/viewvc-1.0.3-dev/lib/viewvc.py", line 1541, in > view_directory > request.repos.dirlogs(request.path_parts, request.pathrev, file_data, > options) > File "/usr/local/viewvc-1.0.3-dev/lib/vclib/ccvs/__init__.py", line 75, > in dirlogs > if Tag(None, rev).is_branch: > File "/usr/local/viewvc-1.0.3-dev/lib/vclib/bincvs/__init__.py", line > 303, in __init__ > self.number = _tag_tuple(revstr) > File "/usr/local/viewvc-1.0.3-dev/lib/vclib/bincvs/__init__.py", line > 474, in _tag_tuple > t = map(int, string.split(revision_string, '.')) > ValueError: invalid literal for int(): >