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

SVNParentPath and Alias

From: Francisco Gimeno <kikov_at_kikov.org>
Date: 2004-05-13 22:32:06 CEST

Hi

I'm having a problem with SVNParentPath...
I want to have a VirtualHost filled with SVN repositories. But I want it in
this way:
repos1 -> http://svn.mysite/repos1
repos2 -> http://svn.mysite/repos2

So, I have used a <Location /> with SVNParentPath...

Well... Now, I have tried to solve the thing when you tried to see the
Location where the SVNParentPath ( ie: when you access to http://svn.mysite )

First I though that I should override the default "namespace of URI's" with
Alias directive as follows
--------
<VirtualHost svn.myhost:80>
    DocumentRoot /var/www/svn
    [ fill in the blanks ]
    ...
    Alias /example /var/www/example
    <Location />
        SVNParentPath /var/lib/svn
        [ fill in the blanks ]
        ...
    </Location>
</VirtualHost>
---------

Then, when I try to get http://svn.myhost/example/hi.txt, but it's not found
altough I have created the file with 'touch /var/www/example/hi.txt'

This will allow me, using the Redirect thing that has been appear in this list
a lot of times, have a Webpage for / URI.

Any idea, solutions?
Please, don't say: "don't use Location / for SVNParentPath"...
Thx and BR!

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu May 13 22:35:21 2004

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

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