Re: [viewvc-users] ViewVC exception
"C. Michael Pilato" <[email protected]> Thu, 27 Sep 2012 15:08:05 -0400
| Newsgroups | gmane.comp.version-control.cvs.viewcvs.user |
|---|---|
| Organization | CollabNet, Inc. |
| Message-ID | <5064A415.6020508__17095.8441253335$1348772899$gmane$org@collab.net> |
On 09/27/2012 02:50 PM, Jean-Yves Avenard wrote:
> Trying to access the viewvc web page I get the error:
> An Exception Has Occurred
>
> The root "svn" is unknown. If you believe the value is correct, then
> please double-check your configuration.
> HTTP Response Status
>
> 404 Not Found
>
> ---
>
> In viewvc.conf I have:
> svn_roots = svn: /data/bubblestuff/svn
>
> and later:
> default_root = svn
>
> /data/bubblestuff/svn exists, and can be accessed by the user apache
> runs under..
>
> Any ideas?
Did something change with your Subversion Python bindings? Maybe a package
upgrade or something to Python itself that broke the bindings? What happens
if, while on the machine and operating as the Apache user, you do this:
$ python
# blah blah blah
>>> from svn import repos
>>> repos.open('/data/bubblestuff/svn')
?
--
C. Michael Pilato <[email protected]>
CollabNet <> www.collab.net <> Enterprise Cloud Development
------------------------------------------------------
http://viewvc.tigris.org/ds/viewMessage.do?dsForumId=4255&dsMessageId=3010747
To unsubscribe from this discussion, e-mail: [[email protected]].
signature.asc
(application/pgp-signature, 198 B)
-----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) iEYEARECAAYFAlBkpBUACgkQokEGqRcG/W7lWgCfXbrBPgqMVGX7HVWEtR2wDt3K U6kAoIJIMHZGXRHLuGKSnK2xkY0u/rKY =n2OK -----END PGP SIGNATURE-----