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