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

Re: Help needed with error message

From: Mel <melindasavoy_at_texashealth.org>
Date: Wed, 12 Nov 2008 12:29:02 -0800 (PST)

Per your last post I changed to the SVNParent C:/SCMIS within the
location block:

<Location /svn>
  DAV svn
  SVNListParentPath on
  #SVNParentPath C:/SCMIS
  SVNPath C:/SCMIS
  #SVNIndexXSLT "/svnindex.xsl"
  AuthType Basic
  AuthName "Subversion repositories"
  AuthUserFile passwd
  #AuthzSVNAccessFile svnaccessfile
  Require valid-user
</Location>

And now I get the following in my browser when I entered
http://thrYYYY.txXXX.org/svn/SCMIS:

The requested URL /svn/SCMIS was not found on this server.

In my browser I entered: http://thrYYYY.txXXX.org/svn/SCMIS

Just an FYI, I had tried the following turned the SVNListParentPath
off

Thanks again.

On Nov 12, 2:16 pm, Stefan Küng <tortoise..._at_gmail.com> wrote:
> Mel wrote:
> > Thanks Stefan.  Here is the LOCATION block:
>
> > <Location /svn>
> >   DAV svn
> >   SVNListParentPath on
> >   SVNParentPath C:/SCMIS
>
> As I suspected: you either have to use SVNPath here instead of
> SVNParentPath, or put your repository in a *sub*folder of C:\SCMIS.
>
> 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:30:15 CET

This is an archived mail posted to the TortoiseSVN Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.