On Tue, Oct 28, 2003 at 06:11:15PM -0800, Greg Stein wrote:
> Tobias' point is the typical cause of the symptoms you are seeing. Apache
> will see the 'repos' subdirectory under the docroot, note that you don't
> have a trailing slash, and perform a redirect to put one there. This
> behavior occurs "before" the <Location /repos> processing.
>
> Putting a trailing slash on the URL at the command line doesn't help
> because it is usually stripped off anyways. The Location block shouldn't
> have a trailing slash, and I believe any trailing slashes on SVNPath might
> be stripped off, too.
>
> It is almost always a subdirectory in your docroot.
Okay, now, when the main problem has gone, the only minor issue I've
encountered is that when I point my browser to http://svn.mydomain.com/repos
it says 404. Entering http://svn.mydomain.com/repos/ works fine. Not very
serious but sometimes a bit inconvinient to me. How can be this issue
addressed?
--
Vlad Skvortsov, vss@ulstu.ru, vss@high.net.ru
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Oct 29 09:15:19 2003