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

Re: svn log fails on repository root

From: Vlad Skvortsov <vss_at_ulstu.ru>
Date: 2003-10-29 09:14:31 CET

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

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.