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

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

From: Samay <getafix123_at_hotmail.com>
Date: 2005-10-16 03:22:36 CEST

if ProjectA is a self contained SVN repo then use
<Location />
          DAV svn
          SVNPath /var/lib/svn/ProejctA
</Location>

..HTH

----- Original Message -----
From: "Phil Endecott" <spam_from_subversion_users@chezphil.org>
To: <users@subversion.tigris.org>
Sent: Sunday, October 16, 2005 8:27 AM
Subject: (Repost) Can Apache root be a subdirectory of the repository root?

> 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
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sun Oct 16 03:25:11 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.