On Tue, Mar 26, 2013 at 4:27 PM, Krishnamoorthi Gopal <
krishnamoor...@vernal.is> wrote:

>
> Hi Mark,
>
> Thanks
>
> Is possible to achieve this  features by adding any other modules in
> apache.
>
> Your help is much appreciated
>

If you want that behavior you have to edit the Apache configuration files
and add a unique Location directive for each folder you want.

<Location /svn/Projectname1>
 SVNParentPath /repositories/Projectname1
 ...
</Location>


<Location /svn/Projectname2>
 SVNParentPath /repositories/Projectname2
 ...
</Location>


Etc.

You cannot do this via the SVN Edge web UI.  You also will not be able to
create repositories in these folders via the UI.

-- 
Thanks

Mark Phippard
http://markphip.blogspot.com/

Reply via email to