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

1.8.0 Repo browser problem with root URL

From: Aarjan <aarjan_at_i-real.nl>
Date: Fri, 28 Jun 2013 04:56:37 -0700 (PDT)

Hello,

Recently I've updated TortoiseSVN to version 1.8.0 to test the new feature to browse all projects from the repo browser. In order to do so, I've changed the Apache configuration and added "SVNListParentPath on" to the svn location. The config is now like this:

<Location /svn>
        DAV svn
        SVNParentPath /subversion
        SVNListParentPath on
        AuthType Basic
        AuthName "Subversion repository"
        AuthUserFile /etc/httpd/svn-auth-file
        AuthzSVNAccessFile /subversion/auth.conf
        Require valid-user
</Location>

The repositories on disk are like this:
/subversion/project_1
/subversion/project_2

If I open a browser and open the URL http://dev-server/svn/ I'll get a list of all projects and I can click on them to open them. Opening the repository browser to http://dev-server/svn/project_1 works fine, same with making a checkout etc.

All seems to work accept for opening the root URL in the repo browser: I than get the error "Redirect cycle detected for URL 'http://dev-server/svn'". More strange: I also get a list of all the projects, bug can't click on them.

If I look in the Apache logfiles it seems to me that the Repo browser is not handeling a 301 reply correctly. The reply indicates that it should use the URL 'http://dev-server/svn/' instead (note the added '/'), but it opens the same URL ('http://dev-server/svn') again.

Is there something wrong in my configuration or is this a bug in the repo browser?

Regards,

Aarjan

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

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2013-06-28 14:20: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.