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

svnserve -- password-db variable for Windows

From: Brent Longborough <brent.longborough_at_btinternet.com>
Date: 2004-05-12 18:30:42 CEST

I'm running svnserve as a service under WinXP.

I'd like to use a common password file for all repositories, outside
the repositories, but I seem to be having a stupid day, and I can't
seem to get password-db right in svnserve.conf. Here are a couple of
examples and the corresponding error messages:

password-db = S:/SubVersionRoot/Common/conf/password.conf
gives:
svn: Can't open config file
'S:/SubVersionRoot/Test/conf/S:/SubVersionRoot/Common/conf/password.conf'

while

password-db = /S:/SubVersionRoot/Common/conf/password.conf
gives:
svn: Can't open config file
'/S:/SubVersionRoot/Common/conf/password.conf'

I've searched the whole Book for clues, without success. I've tried
zillions of combinations of multiple leading slashes, backslashes,
escaping the :, quoting with ' and with ", even file://, to no avail.

//brent/SubVersionRoot... works OK, but I really don't want a
permanent network share on my repository.

../../Common/conf... also works, but I'd prefer to be able to move
the file right outside my repositories area, and a chain of parent
directory refs isn't very robust.

Anyone care to give me an idea?

Brent Longborough

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed May 12 18:42:12 2004

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.