problem about "multiple repository" svnaccessfile
From: Çağatay Çatal <cagatay.catal_at_bte.mam.gov.tr>
Date: 2006-05-01 14:26:21 CEST
Hi
I wanted to create 2 repositories for my Projects.
I have created a directory in K driver which is called SVNProjects.
This directory has AProject and BProject folders and each of them
Has a repository. Actually, I was using Subversion for just AProject but
We wanted to change the directory to support more than 1 project.
SVNProjects
ProjectA
ProjectB
I have copied all repository from old driver to new location. I mean,
Now I access old repository but i can not access new one.
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
Please note that I just created the repository inside ProjectB directory and
I did not import it. Do I have to import it?
According to some web pages, I have to create 2 locations as given below and
Its not possible to use SVNParentPath with AuthzSVNAccessFile.
Is it true?
Thank you for your any kind help and interest
<Location /svn-project1>
AuthType Basic
<Location /svn-project2>
AuthType Basic
Cagatay
|
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.