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>
The repositories on disk are like this:
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
------------------------------------------------------
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
|
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.