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

ViewVC doesn't work when the repository is created out of /var/www

From: <Quang.Tran_at_sita.aero>
Date: 2007-03-13 22:11:06 CET

Hello Users

1. I have my repositoty in /var/www/me (local disk) and the ViewVC works
fine.
Also all svn commands work fine with http URL, like: svn mkdir
http://10.4.14.141/me/co.

2. Now I want to put my repository in an NFS /nfsfarm1/www/svn/me.
But ViewVC doesn't work any more and I got the following Python error when
I open my browser on the URL http://10.4.14.141/viewvc.

An Exception Has Occurred

svn not found!
The wrong path for this repository was configured, or the server on which
the Subversion tree lives maybe down. Please try again in a few minutes.

Python Traceback

Traceback (most recent call last):
  File "/usr/local/viewvc-1.0.3/lib/viewvc.py", line 3629, in main
    request.run_viewvc()
  File "/usr/local/viewvc-1.0.3/lib/viewvc.py", line 259, in run_viewvc
    raise debug.ViewVCException(
ViewVCException: ViewVC Unrecoverable Error: svn not found!
The wrong path for this repository was configured, or the server on which
the Subversion tree lives maybe down. Please try again in a few minutes.

Note: My viewvc.conf has correct config setting as follows:
            svn_roots = svn: /nfsfarm1/www/svn/me
            default_root = svn

3. Same problem with svn commands using HTTP in URL with subversion.conf
configured as follows:

<Location /me>
   DAV svn
   SVNPath /nfsfarm1/www/svn/me
   AuthzSVNAccessFile /etc/svn-access
   AuthType Basic
   AuthName "Subversion repository"
   AuthUserFile /etc/svn-passwd
   Require valid-user
</Location>

And I got following error when I tried "svn list":

[svnadmin_at_p1linux142 Import]$ svn list -R http://10.4.14.141/me
svn: PROPFIND request failed on '/me'
svn: PROPFIND of '/me': 500 Internal Server Error (http://10.4.14.141)

Note:

All svn commands work fine with "svnserve":

   svn list svn://10.4.14.141/me

Question: Have I missed any config setting ? Or have I done something wrong
?

Please let me know how to make it work with NFS .

Thank you in advance.

Brgds. Quang.

This document is strictly confidential and intended only for use by the addressee unless otherwise stated. If you are not the intended recipient, please notify the sender immediately and delete it from your system.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Mar 13 22:11:34 2007

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.