Scott Carr wrote:
> Quoting Stefan Küng <tortoisesvn_at_gmail.com>:
>
>> Scott Carr wrote:
>>
>>> <Location /svn>
>>> DAV svn
>>>
>>> # any "/svn/foo" URL will map to a repository /usr/local/svn/foo
>>> SVNParentPath D:/svn_repository
>>> SVNListParentPath on
>>> AuthType Basic
>>> AuthName "Subversion repository"
>>> AuthUserFile d:/svn_repository/apachepasswd
>>> # AuthzSVNAccessFile conf/svn-authz.conf
>>> Require valid-user
>>> </Location>
>>>
>>> This is the entry in Apache for the Subversion. It didn't have the
>>> / at the end.
>>
>> It seems that D:/svn_repository is actually a repository, not a parent
>> path of multiple repositories. In that case, you must not use
>> SVNParentPath but SVNPath.
>>
>
> In the svn_repository directory I do not see:
>
> * conf
> * dav
> * db
> * hooks
> * locks
>
> Is there any other way to tell if the directory is setup as a
> repository? I have several repositories under this folder though.
Ok, then SVNParentPath is correct.
Check the apache error log. You should see something in there indicating
what the problem is.
I that doesn't help, please ask on the Subversion mailing list for
further help, since this is a server issue (users at subverstion tigris
org).
Stefan
--
___
oo // \\ "De Chelonian Mobile"
(_,\/ \_/ \ TortoiseSVN
\ \_/_\_/> The coolest Interface to (Sub)Version Control
/_/ \_\ http://tortoisesvn.net
Received on 2008-04-04 23:05:47 CEST