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