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

Re: SvnServe with Windows AD Authendication

From: Mark Phippard <markphip_at_gmail.com>
Date: Tue, 26 Mar 2013 16:32:32 -0400

On Tue, Mar 26, 2013 at 4:27 PM, Krishnamoorthi Gopal <
krishnamoorthi_at_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/
Received on 2013-03-26 21:33:04 CET

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.