help with viewcvs.conf
From: <plabonte_at_gmail.com>
Date: 2005-10-20 17:01:40 CEST 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 OccurredThe root "repos" is unknown. If you believe the value is correct, then please double-check your configuration. HTTP Response Status404 Repository not found Python TracebackTraceback (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 Received on Thu Oct 20 17:04:25 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.