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

Re: Apache HTTP Access, subdirectories structure

From: Eric Lee <eric_at_myprojects.srhost.info>
Date: Fri, 20 Jun 2008 01:04:35 +0800

I'am not sure how do you wish to build the layout.
But here may be help.

SVNParentPaht c:/svn

then you can create any repository under c:/svn as
c:/svn/repos1
c:/svn/respo2

for normal access
http://a.b.com/svn/repos1
http://a.b.com/svn/repos2

finally, use mod_write to modify url to point to a repos
you need to use.

Wish this help

----- Original Message -----
From: "John Peacock" <john.peacock_at_havurah-software.org>
To: "Paul R" <paul.r.ml_at_gmail.com>
Cc: "Svn Users ML" <users_at_subversion.tigris.org>
Sent: Thursday, June 19, 2008 10:55 PM
Subject: Re: Apache HTTP Access, subdirectories structure

: Paul R wrote:
: > But I want even more : I want to be able to organize repositories in
: > subdirectories, for example one for each company department, etc, like
:
: You cannot currently do that. 'SVNParentPath /repos/path' specifically
: permits only one layer.
:
: Now there is nothing to stop you from creating multiple <Location>
: blocks now (one per department) with their own SVNParentPath stanza.
: You only need to add a new <Location> stanza when you add a new department.
:
: John
:
: ---------------------------------------------------------------------
: To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
: For additional commands, e-mail: users-help_at_subversion.tigris.org
:

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-06-19 19:05:06 CEST

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.