On Jun 23, 2006, at 23:38, Daniell, Casey B wrote:
> System: Windows 2003 Server
> Apache 2.0.50
> Subversion 1.2.3 running Filesystem based revisions, not the
> Berkley DB
>
> Background:
> When hitting the URL it, ask for UserID and PW, then throws a
> server 500
> error. The below error is in the Apache error log, any clues as to
> what
> is going wrong? I see the real path Repositories\ScottPlayground\db on
> the filesystem, but it seems to be munged when trying to access it.
> I am
> trying to view it in my webbrowser by going to
> http://foo.com/ScottPlayground
>
>
> Apache Error:
>
> [Fri Jun 23 16:14:58 2006] [error] [client 168.207.171.116] (20014)
> Error
> string not specified yet: Berkeley DB error while opening 'nodes'
> table
> for filesystem E:\\Repositories\\ScottPlayground/db:\nNo such file or
> directory
> [Fri Jun 23 16:14:58 2006] [error] [client 168.207.171.116] Could not
> fetch resource information. [500, #0]
>
>
> Apache config:
>
> <Location /ScottPlayground>
> DAV svn
> SVNIndexXSLT "/svnstyle.xsl"
> SVNPath E:\Repositories\ScottPlayground
> Require valid-user
> AuthType SSPI
> SSPIAuth On
> SSPIAuthoritative On
> SSPIDomain ad.reyrey.com
> SSPIOfferBasic On
> </Location>
I suspect your mod_dav_svn is much older than 1.2.3 -- 1.0.x at the
latest -- because the fact that you're getting a BerkeleyDB error in
the log when your repository doesn't use BerkeleyDB indicates to me
that your mod_dav_svn doesn't know how to handle anything other than
BDB repositories. (FSFS support was added in Subversion 1.1.0.)
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sat Jun 24 11:49:53 2006