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

RE: Re: Issue with Apache2 SVN access

From: Roy Nasser <rnasser_at_compugraf.com.br>
Date: 2004-06-19 04:00:23 CEST

OK... Sorry about that... Here goes:

I have managed to use the repository locally with svn, remotely with
svnserve, and via web with WebSVN, but none give the functionality of
the dav_svn module, so this is why I'm insisting... Because of the
above, I realize that the problem is either in configuring or
installation of webdav, cause SVN itself works...

In my HTTPd conf I have:

<Location />
  DAV svn
  SVNPath /var/roy/repos/
</Location>

My repository is in /var/roy/repos (example repository), I have also
tried with SVNPath /var/roy/... (I have also tried Location with a /svn
in case it wasn't liking being root/)

This is Linux Gentoo, I believe it is the latest version (I didn't
install it myself but it was upgraded very recently).

The error message I was referring to I am now unable to reproduce! I
would have copied it exactly if I had it in front of me... (.....!?) it
was a message that said that there was no repository in the path, or
something to that effect, however after creating a repository I am now
unable to reporduce the error... Even if I change the path to something
else.

I have now gotten the error log to work... For some reason it wasn't
working I had to delete and recreate the log... So here is the result in
the error log when I get the 500:

[Fri Jun 18 22:58:30 2004] [error] [client 172.20.20.14] (20014)Error
string not
 specified yet: Berkeley DB error while opening environment for
filesystem /var/
roy/repos/db:\nDB_RUNRECOVERY: Fatal error, run database recovery
[Fri Jun 18 22:58:30 2004] [error] [client 172.20.20.14] Could not fetch
resourc
e information. [500, #0]
[Fri Jun 18 22:58:30 2004] [error] [client 172.20.20.14] Could not open
the requ
ested SVN filesystem [500, #160029]
[Fri Jun 18 22:58:30 2004] [error] [client 172.20.20.14] (17)File
exists: Could
not open the requested SVN filesystem [500, #160029]

Any help greatly appreciated
RN

-----Original Message-----
From: Toby Johnson [mailto:toby@etjohnson.us]
Sent: Friday, June 18, 2004 9:06 PM
To: users@subversion.tigris.org
Subject: Re: Issue with Apache2 SVN access

Roy Nasser wrote:

>I installed Apache2 on our dev server, with SubVersion. All latest
versions...
>
>I have been able to get mod_dav and mod_dav_svn to work... I even got
some "No repository found" or something like this message when I tried
accessing the directory.... Then I created a repository with the
svnadmin command, and now I always get Error 500, whenever I try
accessing it...
>
>I looked over the access and error logs and nothing comes up...
>
>
>
We need /way/ more info. What platform? What exactly is the path to your
Subversion repository, and what does your <Location> block in your
Apache config look like? And if you're getting an Error 500, you're
either getting /something/ in your error log, or your error log isn't
configured properly.

Be specific, don't give "something like" messages, or we won't be able
to help you.

---------------------------------------------------------------------
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 Sat Jun 19 03:59:06 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.