Re: [viewvc-users] "Annotate" error on RHEL5
"C. Michael Pilato" <[email protected]> Wed, 09 Apr 2014 01:46:00 -0400
| Newsgroups | gmane.comp.version-control.cvs.viewcvs.user |
|---|---|
| Organization | CollabNet, Inc. |
| Message-ID | <5344DE98.2060000__44454.2926540182$1397022374$gmane$org@collab.net> |
On 04/08/2014 11:24 PM, Will Yardley wrote: > I tried syslogging 'path' from markup_or_annotate, and it contains a > list, with two elements of the path: > > ['ldap', 'find_associated_hosted_accounts.py'] > > (ldap is a subdir of the SVN repo). > > It seems to maybe be dying at line 1979 of viewvc.py: > blame_source, revision = request.repos.annotate(path, rev, False) > > If you can give me a general idea of where to poke around, I can try to > debug it a bit. request.repos.annotate() maps to LocalSubversionRepository.annotate() in lib/vclib/svn/svn_repos.py. This call tree will poke in and around the Subversion modules multiple times as it retrieves different bits of information. I tried checking Subversion's CHANGES file for the 1.6.x line to see if any fixes made since 1.6.11 looked relevant -- none did. -- C. Michael Pilato <[email protected]> CollabNet <> www.collab.net <> Enterprise Cloud Development ------------------------------------------------------ http://viewvc.tigris.org/ds/viewMessage.do?dsForumId=4255&dsMessageId=3076138 To unsubscribe from this discussion, e-mail: [[email protected]].