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

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,
/SVNProjects/ProjectA

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
use SVNPath to be able to Access svnaccessfile.

Its not possible to use SVNParentPath with AuthzSVNAccessFile.

Is it true?

 

Thank you for your any kind help and interest

    <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>

 

 

Cagatay

 
Received on Mon May 1 14:30:39 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.