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

Re: Chunk Size Error

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: Fri, 04 Apr 2008 22:11:04 +0200

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.

Stefan

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest Interface to (Sub)Version Control
    /_/   \_\     http://tortoisesvn.net

Received on 2008-04-04 22:11:17 CEST

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.