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

Re: problem about "multiple repository" svnaccessfile

From: Ryan Schmidt <subversion-2006Q1_at_ryandesign.com>
Date: 2006-05-01 23:19:51 CEST

On May 1, 2006, at 14:26, Çağatay Çatal wrote:

[snip]

> To do this process, I created 2 locations as given below:
>
> http://localhost:90/svn-project1/ProjectA
>
> I can Access to the project given above but I can not Access listed
> below:
>
> http://localhost:90/svn-project2/ProjectB
[snip]
> According to some web pages, I have to create 2 locations as given
> below and use SVNPath to be able to Access svnaccessfile.
>
> Its not possible to use SVNParentPath with AuthzSVNAccessFile.
>
> Is it true?
I don't know the answer to that...

> <Location /svn-project1>
> Dav svn
> SVNPath K:/SVNProjects/ProjectA
>
> AuthType Basic
> AuthName "Subversion Repository"
> AuthzSVNAccessFile svnaccessfile
> Require valid_user
> </Location>
>
> <Location /svn-project2>
> Dav svn
> SVNPath K:/SVNProjects/ProjectB
>
> AuthType Basic
> AuthName "Subversion Repository"
> AuthzSVNAccessFile svnaccessfile
> Require valid_user
> </Location>

All I can say is that based on this configuration, your repository
URLs would not contain the strings "ProjectA" or "ProjectB"; they'd
just be:

http://localhost:90/svn-project1

http://localhost:90/svn-project2

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon May 1 23:30:56 2006

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.