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

Repo browser and SVNParentPath

From: Andy Gibbs <andyg1001_at_hotmail.co.uk>
Date: Tue, 7 Oct 2014 17:11:41 +0200

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>
    DAV svn
    SVNParentPath /srv/svn/projects
    SVNListParentPath on
    AuthName "Subversion repositories"

    AuthType Kerberos
    KrbMethodNegotiate On
    KrbMethodK5Passwd On
    KrbLocalUserMapping On
    KrbAuthRealms WORKGROUP
    KrbServiceName HTTP
    Krb5KeyTab /etc/krb5.keytab

    AuthzUnixgroup on
    Require group developers
# Require valid-user
</Location>

Tortoise repo browser runs like a charm if directed into a repository, but
fails if directed to https://server/svn. The error message returned is...

Unable to connect to a repostitory at URL 'https://server/svn'.
Unexpected HTTP status 405 'Method Not Allowed' on '/svn'
Additional errors: The URI does not contain the name of a repository.

Now, having read through "Issue #4"
(http://code.google.com/p/tortoisesvn/issues/detail?id=4), I thought that
maybe this should be working? Looking at commit r22570 it seems that it
should be parsing the html output correctly, but this is the source (from a
browser) if it helps...

<html><head><title>Collection of Repositories</title></head>
<body>
 <h2>Collection of Repositories</h2>
 <ul>
  <li>repo1/</li>
  <li>repo2/</li>
 </ul>
 <hr noshade><em>Powered by <a href="http://subversion.apache.org/">Apache
Subversion</a> version 1.8.10 (r1615264).</em>
</body></html>

I've checked Tortoise advanced settings and "RepoBrowserTrySVNParentPath" is
"true".

I expect I've missed something crucially obvious, but would be very grateful
if someone can point it out to me!

Thanks

Andy

------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=3089547

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2014-10-07 17:51:47 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.