[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: Krishnamoorthi Gopal <krishnamoorthi_at_vernal.is>
Date: Wed, 27 Mar 2013 02:19:25 +0530

Hi,

Thanks you so much.

Right now i am having more than 250 repository with format what described
below.

I am going to put entry for each repository what you suggest. Is this
advisable....

Also i want to integrate svn with windows 2003 server.i hope you guide me
.

Thanks again.

Regards
Support Team.

From:
Mark Phippard <markphip_at_gmail.com>
To:
Krishnamoorthi Gopal <krishnamoorthi_at_vernal.is>
Cc:
Joseba Ercilla Olabarri <joseba.ercilla_at_gmail.com>,
users_at_subversion.apache.org
Date:
03/27/2013 02:05 AM
Subject:
Re: SvnServe with Windows AD Authendication

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/ 
VERNALIS SYSTEMS EMAIL NOTICE
-----------------------------
The information contained in this email and any attachments is 
confidential and may be subject to copyright or other intellectual 
property protection. If you are not the intended recipient, you are not 
authorized to use or disclose this information, and we request that you 
notify us by reply mail or telephone and delete the original message from 
your mail system.
Received on 2013-03-26 21:50:57 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.