Thanks Stefan. Here is the LOCATION block:
<Location /svn>
DAV svn
SVNListParentPath on
SVNParentPath C:/SCMIS
#SVNIndexXSLT "/svnindex.xsl"
AuthType Basic
AuthName "Subversion repositories"
AuthUserFile passwd
#AuthzSVNAccessFile svnaccessfile
Require valid-user
</Location>
On Nov 12, 2:09 pm, Stefan Küng <tortoise..._at_gmail.com> wrote:
> Mel wrote:
> > Stefan,
>
> > I got the original problem resolved. However when remedied access the
> > passwd file which was not uncommented in the <LOCATION> section within
> > the httpd file I did get a new error from the error log:
>
> > [Wed Nov 12 13:59:13 2008] [error] [client 10.240.53.58] (20014)
> > Internal error: Can't open file 'C:\\SCMIS\\SCMIS\\format': The system
> > cannot find the path specified.
> > [Wed Nov 12 13:59:13 2008] [error] [client 10.240.53.58] Could not
> > fetch resource information. [500, #0]
> > [Wed Nov 12 13:59:13 2008] [error] [client 10.240.53.58] Could not
> > open the requested SVN filesystem [500, #720003]
> > [Wed Nov 12 13:59:13 2008] [error] [client 10.240.53.58] Could not
> > open the requested SVN filesystem [500, #720003]
>
> > This error occurs when I try to test that I have setup the passwd file
> > correctly to get to the repository. I use the following to try and
> > get there in my browser:
>
> >http://thrYYYY.txXXX.org/svn/SCMIS
>
> > The first thing I noticed is that it is trying to open a file called:
> > 'C:\\SCMIS\\SCMIS\\format' which indeed does not exist. I only have a
> > C:\\SCMIS (which is my repository).
>
> > Any ideas? I've looked at my httpd.conf file to ensure I've got it
> > configured correctly and can't find a problem there.
>
> > Thanks for your help and time.
>
> Please post your svn location block in the apache config file, otherwise
> we only can guess and shoot blindly in the dark.
>
> The error "could not open the requested SVN filesystem" indicates that
> your SVNPath or SVNParentPath directive is wrong (or you used the wrong
> one of those two).
>
> Stefan
>
> --
> ___
> oo // \\ "De Chelonian Mobile"
> (_,\/ \_/ \ TortoiseSVN
> \ \_/_\_/> The coolest Interface to (Sub)Version Control
> /_/ \_\ http://tortoisesvn.net
>
> signature.asc
> < 1KViewDownload
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_tortoisesvn.tigris.org
For additional commands, e-mail: users-help_at_tortoisesvn.tigris.org
Received on 2008-11-12 21:15:55 CET