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

Re: Repo browser and SVNParentPath

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: Tue, 07 Oct 2014 19:39:11 +0200

On 07.10.2014 17:11, Andy Gibbs wrote:
> Hi,
>
> I'm having problems setting up TortoiseSVN with my SVN server. The server
> is running Apache Subversion 1.8.10 (r1615264) and Tortoise is the latest
> (1.8.8/25755, 32bit). The server is set up with the following
> configuration:
>
> <Location /svn>

Try
<Location /svn/>

instead.
If you omit the trailing slash, a redirect is required which can confuse
svn and tsvn.

> DAV svn
> SVNParentPath /srv/svn/projects
> SVNListParentPath on
> AuthName "Subversion repositories"

You might also try adding
     SVNIndexXSLT "/svnindex.xsl"
and of course provide an xsl file.
http://svn.apache.org/repos/asf/subversion/trunk/tools/xslt/

I hope that helps.

Stefan

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest interface to (Sub)version control
    /_/   \_\     http://tortoisesvn.net
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=3089552
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2014-10-07 19:39:18 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.