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

(Repost) Can Apache root be a subdirectory of the repository root?

From: Phil Endecott <spam_from_subversion_users_at_chezphil.org>
Date: 2005-10-16 00:27:17 CEST

Dear All,

I posted this question a week ago and didn't see any replies. I presume
this means that it is impossible. In that case, would anyone else agree
that it would be a useful feature to add in a future version? My
original message is included below.

Dear SVN experts,

I have a single subversion repository that includes several projects.

My Apache configuration has virtual hosts for several domains. I am
able to access projectA's code as follows:

        http://www.example.org/svn/projectA/

I would like to be able to access it at

        http://svn.projectA.org/

I can edit the virtual-host configuration for svn.projectA.org to
include something like

      <Location />
          DAV svn
          SVNPath /var/lib/svn

and this would allow me to use

        http://svn.projectA.org/projectA/

but I want to get rid of the trailing projectA. I think I need some way
of telling mod_dav_svn that it should not start at the root of the
repository. I was hoping that there was a mod_sav_svn directive to do
this, but I can't see anything. Is there a way to do this?

Many thanks for any suggestions.

--Phil.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sun Oct 16 00:33:09 2005

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.