You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by "plabonte@gmail.com" <pl...@gmail.com> on 2005/10/20 15:01:40 UTC

help with viewcvs.conf

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<font size="-1"><font face="Helvetica, Arial, sans-serif">Hi,<br>
<br>
I have installed the latest build of CVS (not the released one, one I
checked out of CVS).<br>
<br>
This is my entry in httpd.conf for subversion:<br>
&lt;Location /svn/repos&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; DAV svn<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; SVNPath /svn/repos<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; SVNIndexXSLT "/svnindex.xsl"<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; AuthType Basic<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; AuthName "Subversion Repository"<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; AuthUserFile /usr/local/apache2/users<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; AuthzSVNAccessFile /usr/local/apache2/svnaccess.list<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Require valid-user<br>
&lt;/Location&gt;<br>
<br>
This is what I am using in viewcvs.conf:<br>
<br>
svn_roots = svn: /svn<br>
default_root = repos<br>
<br>
I copied the cgi files to the cgi-bin directory and when I try to load
the page I get the following error:<br>
</font></font>
<h3>An Exception Has Occurred</h3>
<pre>The root "repos" is unknown. If you believe the value is correct, then please double-check your configuration.</pre>
<h4>HTTP Response Status</h4>
<pre>404 Repository not found</pre>
<hr>
<h4>Python Traceback</h4>
<pre>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.

</pre>
What do I need to han entered in viewcvs.conf?<br>
</body>
</html>


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: help with viewcvs.conf

Posted by "plabonte@gmail.com" <pl...@gmail.com>.
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
below I meant I installed the latest version of VIEWCVS<br>
<a class="moz-txt-link-abbreviated" href="mailto:plabonte@gmail.com">plabonte@gmail.com</a> wrote:
<blockquote cite="mid4357B154.4070602@gmail.com" type="cite">
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <font size="-1"><font face="Helvetica, Arial, sans-serif">Hi,<br>
  <br>
I have installed the latest build of CVS (not the released one, one I
checked out of CVS).<br>
  <br>
This is my entry in httpd.conf for subversion:<br>
&lt;Location /svn/repos&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; DAV svn<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; SVNPath /svn/repos<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; SVNIndexXSLT "/svnindex.xsl"<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; AuthType Basic<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; AuthName "Subversion Repository"<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; AuthUserFile /usr/local/apache2/users<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; AuthzSVNAccessFile /usr/local/apache2/svnaccess.list<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Require valid-user<br>
&lt;/Location&gt;<br>
  <br>
This is what I am using in viewcvs.conf:<br>
  <br>
svn_roots = svn: /svn<br>
default_root = repos<br>
  <br>
I copied the cgi files to the cgi-bin directory and when I try to load
the page I get the following error:<br>
  </font></font>
  <h3>An Exception Has Occurred</h3>
  <pre>The root "repos" is unknown. If you believe the value is correct, then please double-check your configuration.</pre>
  <h4>HTTP Response Status</h4>
  <pre>404 Repository not found</pre>
  <hr>
  <h4>Python Traceback</h4>
  <pre>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.

  </pre>
What do I need to han entered in viewcvs.conf?<br>
---------------------------------------------------------------------
To unsubscribe, e-mail: <a class="moz-txt-link-abbreviated" href="mailto:users-unsubscribe@subversion.tigris.org">users-unsubscribe@subversion.tigris.org</a>
For additional commands, e-mail: <a class="moz-txt-link-abbreviated" href="mailto:users-help@subversion.tigris.org">users-help@subversion.tigris.org</a>
</blockquote>
<br>
</body>
</html>


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org