Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 53289 - ViewCVS documentation does not work
Summary: ViewCVS documentation does not work
Status: RESOLVED DUPLICATE of bug 33729
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Web Application Packages Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-06-08 03:16 UTC by Christopher G. Stach II
Modified: 2005-07-17 13:06 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Christopher G. Stach II 2004-06-08 03:16:06 UTC
Links to documentation, via the viewcvs/lib/viewcvs.py show_doc function, are unaccessable.

Reproducible: Always
Steps to Reproduce:
1.
2.
3.




This fixes the problem, but is not really the proper way:

*** /tmp/viewcvs.py     Tue Jun  8 05:14:46 2004
--- /var/www/localhost/viewcvs/lib/viewcvs.py   Tue Jun  8 05:09:54 2004
***************
*** 2331,2337 ****
    """
    help_page = request.where
    if CONF_PATHNAME:
!     doc_directory = os.path.join(g_install_dir, "doc")
    else:
      # aid testing from CVS working copy:
      doc_directory = os.path.join(g_install_dir, "website")
--- 2331,2338 ----
    """
    help_page = request.where
    if CONF_PATHNAME:
!     #doc_directory = os.path.join(g_install_dir, "doc")
!     doc_directory = "/usr/share/doc/viewcvs-0.9.2_p20030430/html"
    else:
      # aid testing from CVS working copy:
      doc_directory = os.path.join(g_install_dir, "website")
Comment 1 Christopher G. Stach II 2004-06-08 03:16:50 UTC
Whoops, view_doc, not show_doc.
Comment 2 Sven Wegener gentoo-dev 2004-06-08 12:59:34 UTC
dup of bug 33729
Comment 3 Daniel Black (RETIRED) gentoo-dev 2004-06-08 14:24:56 UTC

*** This bug has been marked as a duplicate of 33729 ***