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

authz-db and passwd-db paths

From: Laker Netman <laker_netman_at_yahoo.com>
Date: Mon, 2 Jun 2008 13:58:43 -0700 (PDT)

I read the docs and googled some interesting threads regarding the format of the path values for authz-db and passwd-db. Currently, it appears that only relative paths are acceptable.

I am running svnserve as a service on Windows Server 2K3. I have a repo root of D:\SVN, with several repository structures beneath it. I set up common authz and passwd files for most of the repos. To get it working, I had to set up svnserve.conf in the "conf" folder of each repo, as follows:
...
authz-db = ../../authz
passwd-db = ../../passwd
...

Rather than an absolute path of "authz-db = D:/SVN/authz".

So, I have two questions. First, are there any plans to allow absolute paths in svnserve.conf (regardless of platform)? Second, is there any method currently (particularly using Windows & svnserve) to create a unified svnserve.conf file for several repos, ala, D:/SVN/svnserve.conf?

TIA,
Laker

      

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-06-02 22:59:08 CEST

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.