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

Problem connecting to repository on new install

From: Chris Estes <cestes_at_nexussystems.com>
Date: 2004-02-12 17:28:58 CET

I'm new to Subversion and Linux, and I hope this not a stupid question. I've been using PVCS Version Manager on Windows, so this could be due to my lack of Subversion knowledge or some Linux/Apache setting.

I have followed the Subversion Book instructions for creating a repository and populating it with a tree of files. When I try to access it, this is the problem I run into. I am listing the results in Mozilla Firebird, IE6, TortoiseSVN, and from the shell.

url viewed from client in Mozilla Firebird:
<D:error>
<C:error/>
<m:human-readable errcode="160029">
Could not open the requested SVN filesystem
</m:human-readable>
</D:error>

url viewed from client in IE6:
HTTP 500 Internal server error

URL viewed from client in TortoiseSVN:
svn: PROPFIND request faild on '/svn/repos'
svn: PROPFIND of '/svn/repos': 500 Internal Server Error (http://10.0.1.55)

checkout called from the server shell:
# svn checkout http:/10.0.1.55/svn/repos
Authentication realm: <http://10.0.1.55:80> Subversion repositories
password for 'root': (pls note: I've tried this in non-root acct. also)
svn: PROPFIND request faild on '/svn/repos'
svn: PROPFIND of '/svn/repos': 500 Internal Server Error (http://10.0.1.55)

Apache Error Log:
!Permission denied
[date and time] [error] [client ip] Could not fetch resource information. [500, #0]
[date and time] [error] [client ip] Could not open the requested SVN filesystem [500, #160029]
![date and time] [error] [client ip] (13)Permission denied: Could not open the requested SVN filesystem [500, #160029]
[date and time] [error] [client ip] (20014)Error strink not specified yet: Berkeley DB error while opening environment for filesystem /usr/local/svn/repos/db:

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Feb 12 17:29:33 2004

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.