[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: help with viewcvs.conf

From: <plabonte_at_gmail.com>
Date: 2005-10-20 17:05:25 CEST
below I meant I installed the latest version of VIEWCVS
plabonte@gmail.com wrote:
Hi,

I have installed the latest build of CVS (not the released one, one I checked out of CVS).

This is my entry in httpd.conf for subversion:
<Location /svn/repos>
        DAV svn
        SVNPath /svn/repos
        SVNIndexXSLT "/svnindex.xsl"
        AuthType Basic
        AuthName "Subversion Repository"
        AuthUserFile /usr/local/apache2/users
        AuthzSVNAccessFile /usr/local/apache2/svnaccess.list
        Require valid-user
</Location>

This is what I am using in viewcvs.conf:

svn_roots = svn: /svn
default_root = repos

I copied the cgi files to the cgi-bin directory and when I try to load the page I get the following error:

An Exception Has Occurred

The root "repos" is unknown. If you believe the value is correct, then please double-check your configuration.

HTTP Response Status

404 Repository not found

Python Traceback

Traceback (most recent call last):
  File "/usr/local/viewcvs-1.0-dev/lib/viewcvs.py", line 3194, in main
    request.run_viewcvs()
  File "/usr/local/viewcvs-1.0-dev/lib/viewcvs.py", line 278, in run_viewcvs
    % self.server.escape(self.rootname), "404 Repository not found")
ViewCVSException: 404 Repository not found: The root "repos" is unknown. If you believe the value is correct, then please double-check your configuration.

  
What do I need to han entered in viewcvs.conf?
--------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org For additional commands, e-mail: users-help@subversion.tigris.org

--------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org For additional commands, e-mail: users-help@subversion.tigris.org Received on Thu Oct 20 17:08:02 2005

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.